Shades of Dark Turquoise #02BFDC
Tints of Dark Turquoise #02BFDC
RGB
CMYK
RGB Variations
Color information
#02BFDC (or 0x02BFDC) is known color: Dark Turquoise. HEX triplet: 02, BF and DC. RGB value is (2,191,220). Sum of RGB (Red+Green+Blue) = 2+191+220=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #02BFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFDC is #FD4023. Grayscale: #898989. Windows color (decimal): -16597028 or 14466818. OLE color: 14466818.
HSL color Cylindrical-coordinate representation of color #02BFDC: hue angle of 187.98º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFDC is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 191 | 220 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.14 |
| HSL | 187.98º | 0.98% | 0.44% | - |
| HSV(B) | 187.98º | 0.99% | 0.86% | - |
| XYZ | 31.57 | 42.44 | 74.24 | - |
| YUV | 137.8 | 174.38 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 191 | 220 | 0.99 | 0.13 | 0 | 0.14 | 187.98 | 0.98 | 0.44 |
| Hex | 2 | BF | DC | 63 | D | 0 | E | BC | 62 | 2C |
| Octal | 2 | 277 | 334 | 143 | 15 | 0 | 16 | 274 | 142 | 54 |
| Binary | 10 | 10111111 | 11011100 | 1100011 | 1101 | 0 | 1110 | 10111100 | 1100010 | 101100 |
Color Harmonies of #02BFDC
Complementary color
Monochromatic Colors of #02BFDC
Black with #02BFDC
Text Example
Text Example
White with #02BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BFDC; }
p { color: rgb(2,191,220); }
H1.HeaderClassName
{
color: #02BFDC;
}
.AnyTagClassName
{
color: #02BFDC;
}
</style>
background-color css
<style>
a { background-color: #02BFDC; }
a { background-color: rgb(2,191,220); }
div.DivClassName
{
background-color: #02BFDC;
}
.BgClassName
{
background-color: #02BFDC;
}
</style>
border-color css
<style>
span { border-color: #02BFDC; }
span { border-color: rgb(2,191,220); }
td.TdClassName
{
border-color: #02BFDC;
}
.TagClassName
{
border-color: #02BFDC;
}
</style>