Shades of Dark Turquoise #02CBE6
Tints of Dark Turquoise #02CBE6
RGB
CMYK
RGB Variations
Color information
#02CBE6 (or 0x02CBE6) is known color: Dark Turquoise. HEX triplet: 02, CB and E6. RGB value is (2,203,230). Sum of RGB (Red+Green+Blue) = 2+203+230=435 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #02CBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CBE6 is #FD3419. Grayscale: #919191. Windows color (decimal): -16593946 or 15125250. OLE color: 15125250.
HSL color Cylindrical-coordinate representation of color #02CBE6: hue angle of 187.11º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CBE6 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 203 | 230 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.10 |
| HSL | 187.11º | 0.98% | 0.45% | - |
| HSV(B) | 187.11º | 0.99% | 0.9% | - |
| XYZ | 35.66 | 48.44 | 82.33 | - |
| YUV | 145.98 | 175.41 | 25.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 230 | 0.99 | 0.12 | 0 | 0.10 | 187.11 | 0.98 | 0.45 |
| Hex | 2 | CB | E6 | 63 | C | 0 | A | BB | 62 | 2D |
| Octal | 2 | 313 | 346 | 143 | 14 | 0 | 12 | 273 | 142 | 55 |
| Binary | 10 | 11001011 | 11100110 | 1100011 | 1100 | 0 | 1010 | 10111011 | 1100010 | 101101 |
Color Harmonies of #02CBE6
Complementary color
Monochromatic Colors of #02CBE6
Black with #02CBE6
Text Example
Text Example
White with #02CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CBE6; }
p { color: rgb(2,203,230); }
H1.HeaderClassName
{
color: #02CBE6;
}
.AnyTagClassName
{
color: #02CBE6;
}
</style>
background-color css
<style>
a { background-color: #02CBE6; }
a { background-color: rgb(2,203,230); }
div.DivClassName
{
background-color: #02CBE6;
}
.BgClassName
{
background-color: #02CBE6;
}
</style>
border-color css
<style>
span { border-color: #02CBE6; }
span { border-color: rgb(2,203,230); }
td.TdClassName
{
border-color: #02CBE6;
}
.TagClassName
{
border-color: #02CBE6;
}
</style>