#00ffff hex color code (also known as Aqua) descriptions: deep cyan. #00ffff color hex could be obtained by blending #00ffff with #00ffff . #00ffff(or #0ff ) is a websafe color .
#00ffff color RGB value is (0,255,255)
#00ffff color CMYK value
#00ffff color HSL value
HSV(or HSB) | 180° | 100 | 100 |
XYZ | 53.81 | 78.74 | 106.97 |
Yxy | 0.225 | 0.329 | 78.74 |
LAB | 91.117 | -48.08 | -14.138 |
LUV | 91.117 | -70.472 | -15.217 |
Hunter-LAB | 88.736 | -47.043 | -9.359 |
CIE-LCH | 91.117 | 50.115 | 196.386 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 0 | FF | FF |
Decimal | 0 | 255 | 255 |
Octal | 0 | 377 | 377 |
Binary | 00000000 | 11111111 | 11111111 |
Below, you can see some colors close to #00ffff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #00ffff.
<span style="color:#00ffff">Text here</span>
This paragraph has a background color of #00ffff.
<p style="background-color:#00ffff;">Content here</p>
This element has a border color of #00ffff.
<div style="border:1px #00ffff;">Content here</div>
.text {color:#00ffff;}
.background {background-color:#00ffff;}
.border {border:1px solid #00ffff;}
.text-shadow {border:1px solid #00ffff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #eaffff is the lightest one.