Shades of Dark Turquoise #02D5CF
Tints of Dark Turquoise #02D5CF
RGB
CMYK
RGB Variations
Color information
#02D5CF (or 0x02D5CF) is known color: Dark Turquoise. HEX triplet: 02, D5 and CF. RGB value is (2,213,207). Sum of RGB (Red+Green+Blue) = 2+213+207=422 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #02D5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D5CF is #FD2A30. Grayscale: #959595. Windows color (decimal): -16591409 or 13620482. OLE color: 13620482.
HSL color Cylindrical-coordinate representation of color #02D5CF: hue angle of 178.29º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D5CF is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 207 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.16 |
| HSL | 178.29º | 0.98% | 0.42% | - |
| HSV(B) | 178.29º | 0.99% | 0.84% | - |
| XYZ | 35.08 | 52.11 | 67.24 | - |
| YUV | 149.23 | 160.6 | 22.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 207 | 0.99 | 0 | 0.03 | 0.16 | 178.29 | 0.98 | 0.42 |
| Hex | 2 | D5 | CF | 63 | 0 | 3 | 10 | B2 | 62 | 2A |
| Octal | 2 | 325 | 317 | 143 | 0 | 3 | 20 | 262 | 142 | 52 |
| Binary | 10 | 11010101 | 11001111 | 1100011 | 0 | 11 | 10000 | 10110010 | 1100010 | 101010 |
Color Harmonies of #02D5CF
Complementary color
Monochromatic Colors of #02D5CF
Black with #02D5CF
Text Example
Text Example
White with #02D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D5CF; }
p { color: rgb(2,213,207); }
H1.HeaderClassName
{
color: #02D5CF;
}
.AnyTagClassName
{
color: #02D5CF;
}
</style>
background-color css
<style>
a { background-color: #02D5CF; }
a { background-color: rgb(2,213,207); }
div.DivClassName
{
background-color: #02D5CF;
}
.BgClassName
{
background-color: #02D5CF;
}
</style>
border-color css
<style>
span { border-color: #02D5CF; }
span { border-color: rgb(2,213,207); }
td.TdClassName
{
border-color: #02D5CF;
}
.TagClassName
{
border-color: #02D5CF;
}
</style>