Shades of Dark Turquoise #02CCE4
Tints of Dark Turquoise #02CCE4
RGB
CMYK
RGB Variations
Color information
#02CCE4 (or 0x02CCE4) is known color: Dark Turquoise. HEX triplet: 02, CC and E4. RGB value is (2,204,228). Sum of RGB (Red+Green+Blue) = 2+204+228=434 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 228 (89.45% from 255 or 52.53% from 434); Max value from RGB is 228 - color contains mainly: blue. Hex color #02CCE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CCE4 is #FD331B. Grayscale: #929292. Windows color (decimal): -16593692 or 14994434. OLE color: 14994434.
HSL color Cylindrical-coordinate representation of color #02CCE4: hue angle of 186.37º 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 #02CCE4 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 204 | 228 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.11 |
| HSL | 186.37º | 0.98% | 0.45% | - |
| HSV(B) | 186.37º | 0.99% | 0.89% | - |
| XYZ | 35.62 | 48.8 | 80.94 | - |
| YUV | 146.34 | 174.08 | 25.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 228 | 0.99 | 0.11 | 0 | 0.11 | 186.37 | 0.98 | 0.45 |
| Hex | 2 | CC | E4 | 63 | B | 0 | B | BA | 62 | 2D |
| Octal | 2 | 314 | 344 | 143 | 13 | 0 | 13 | 272 | 142 | 55 |
| Binary | 10 | 11001100 | 11100100 | 1100011 | 1011 | 0 | 1011 | 10111010 | 1100010 | 101101 |
Color Harmonies of #02CCE4
Complementary color
Monochromatic Colors of #02CCE4
Black with #02CCE4
Text Example
Text Example
White with #02CCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CCE4; }
p { color: rgb(2,204,228); }
H1.HeaderClassName
{
color: #02CCE4;
}
.AnyTagClassName
{
color: #02CCE4;
}
</style>
background-color css
<style>
a { background-color: #02CCE4; }
a { background-color: rgb(2,204,228); }
div.DivClassName
{
background-color: #02CCE4;
}
.BgClassName
{
background-color: #02CCE4;
}
</style>
border-color css
<style>
span { border-color: #02CCE4; }
span { border-color: rgb(2,204,228); }
td.TdClassName
{
border-color: #02CCE4;
}
.TagClassName
{
border-color: #02CCE4;
}
</style>