Shades of Dark Turquoise #02CBE2
Tints of Dark Turquoise #02CBE2
RGB
CMYK
RGB Variations
Color information
#02CBE2 (or 0x02CBE2) is known color: Dark Turquoise. HEX triplet: 02, CB and E2. RGB value is (2,203,226). Sum of RGB (Red+Green+Blue) = 2+203+226=431 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 226 (88.67% from 255 or 52.44% from 431); Max value from RGB is 226 - color contains mainly: blue. Hex color #02CBE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CBE2 is #FD341D. Grayscale: #919191. Windows color (decimal): -16593950 or 14863106. OLE color: 14863106.
HSL color Cylindrical-coordinate representation of color #02CBE2: hue angle of 186.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CBE2 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 203 | 226 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.11 |
| HSL | 186.16º | 0.98% | 0.45% | - |
| HSV(B) | 186.16º | 0.99% | 0.89% | - |
| XYZ | 35.11 | 48.22 | 79.41 | - |
| YUV | 145.52 | 173.41 | 25.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 226 | 0.99 | 0.10 | 0 | 0.11 | 186.16 | 0.98 | 0.45 |
| Hex | 2 | CB | E2 | 63 | A | 0 | B | BA | 62 | 2D |
| Octal | 2 | 313 | 342 | 143 | 12 | 0 | 13 | 272 | 142 | 55 |
| Binary | 10 | 11001011 | 11100010 | 1100011 | 1010 | 0 | 1011 | 10111010 | 1100010 | 101101 |
Color Harmonies of #02CBE2
Complementary color
Monochromatic Colors of #02CBE2
Black with #02CBE2
Text Example
Text Example
White with #02CBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CBE2; }
p { color: rgb(2,203,226); }
H1.HeaderClassName
{
color: #02CBE2;
}
.AnyTagClassName
{
color: #02CBE2;
}
</style>
background-color css
<style>
a { background-color: #02CBE2; }
a { background-color: rgb(2,203,226); }
div.DivClassName
{
background-color: #02CBE2;
}
.BgClassName
{
background-color: #02CBE2;
}
</style>
border-color css
<style>
span { border-color: #02CBE2; }
span { border-color: rgb(2,203,226); }
td.TdClassName
{
border-color: #02CBE2;
}
.TagClassName
{
border-color: #02CBE2;
}
</style>