Shades of Dark Turquoise #02CDE6
Tints of Dark Turquoise #02CDE6
RGB
CMYK
RGB Variations
Color information
#02CDE6 (or 0x02CDE6) is known color: Dark Turquoise. HEX triplet: 02, CD and E6. RGB value is (2,205,230). Sum of RGB (Red+Green+Blue) = 2+205+230=437 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #02CDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CDE6 is #FD3219. Grayscale: #929292. Windows color (decimal): -16593434 or 15125762. OLE color: 15125762.
HSL color Cylindrical-coordinate representation of color #02CDE6: hue angle of 186.58º 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 #02CDE6 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 205 | 230 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.10 |
| HSL | 186.58º | 0.98% | 0.45% | - |
| HSV(B) | 186.58º | 0.99% | 0.9% | - |
| XYZ | 36.14 | 49.39 | 82.49 | - |
| YUV | 147.15 | 174.75 | 24.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 205 | 230 | 0.99 | 0.11 | 0 | 0.10 | 186.58 | 0.98 | 0.45 |
| Hex | 2 | CD | E6 | 63 | B | 0 | A | BB | 62 | 2D |
| Octal | 2 | 315 | 346 | 143 | 13 | 0 | 12 | 273 | 142 | 55 |
| Binary | 10 | 11001101 | 11100110 | 1100011 | 1011 | 0 | 1010 | 10111011 | 1100010 | 101101 |
Color Harmonies of #02CDE6
Complementary color
Monochromatic Colors of #02CDE6
Black with #02CDE6
Text Example
Text Example
White with #02CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CDE6; }
p { color: rgb(2,205,230); }
H1.HeaderClassName
{
color: #02CDE6;
}
.AnyTagClassName
{
color: #02CDE6;
}
</style>
background-color css
<style>
a { background-color: #02CDE6; }
a { background-color: rgb(2,205,230); }
div.DivClassName
{
background-color: #02CDE6;
}
.BgClassName
{
background-color: #02CDE6;
}
</style>
border-color css
<style>
span { border-color: #02CDE6; }
span { border-color: rgb(2,205,230); }
td.TdClassName
{
border-color: #02CDE6;
}
.TagClassName
{
border-color: #02CDE6;
}
</style>