Shades of Dark Turquoise #02CBE5
Tints of Dark Turquoise #02CBE5
RGB
CMYK
RGB Variations
Color information
#02CBE5 (or 0x02CBE5) is known color: Dark Turquoise. HEX triplet: 02, CB and E5. RGB value is (2,203,229). Sum of RGB (Red+Green+Blue) = 2+203+229=434 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 229 (89.84% from 255 or 52.76% from 434); Max value from RGB is 229 - color contains mainly: blue. Hex color #02CBE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CBE5 is #FD341A. Grayscale: #919191. Windows color (decimal): -16593947 or 15059714. OLE color: 15059714.
HSL color Cylindrical-coordinate representation of color #02CBE5: hue angle of 186.87º 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 #02CBE5 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 203 | 229 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.10 |
| HSL | 186.87º | 0.98% | 0.45% | - |
| HSV(B) | 186.87º | 0.99% | 0.9% | - |
| XYZ | 35.52 | 48.38 | 81.6 | - |
| YUV | 145.87 | 174.91 | 25.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 229 | 0.99 | 0.11 | 0 | 0.10 | 186.87 | 0.98 | 0.45 |
| Hex | 2 | CB | E5 | 63 | B | 0 | A | BB | 62 | 2D |
| Octal | 2 | 313 | 345 | 143 | 13 | 0 | 12 | 273 | 142 | 55 |
| Binary | 10 | 11001011 | 11100101 | 1100011 | 1011 | 0 | 1010 | 10111011 | 1100010 | 101101 |
Color Harmonies of #02CBE5
Complementary color
Monochromatic Colors of #02CBE5
Black with #02CBE5
Text Example
Text Example
White with #02CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CBE5; }
p { color: rgb(2,203,229); }
H1.HeaderClassName
{
color: #02CBE5;
}
.AnyTagClassName
{
color: #02CBE5;
}
</style>
background-color css
<style>
a { background-color: #02CBE5; }
a { background-color: rgb(2,203,229); }
div.DivClassName
{
background-color: #02CBE5;
}
.BgClassName
{
background-color: #02CBE5;
}
</style>
border-color css
<style>
span { border-color: #02CBE5; }
span { border-color: rgb(2,203,229); }
td.TdClassName
{
border-color: #02CBE5;
}
.TagClassName
{
border-color: #02CBE5;
}
</style>