Shades of Dark Turquoise #03D2CE
Tints of Dark Turquoise #03D2CE
RGB
CMYK
RGB Variations
Color information
#03D2CE (or 0x03D2CE) is known color: Dark Turquoise. HEX triplet: 03, D2 and CE. RGB value is (3,210,206). Sum of RGB (Red+Green+Blue) = 3+210+206=419 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #03D2CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D2CE is #FC2D31. Grayscale: #939393. Windows color (decimal): -16526642 or 13554179. OLE color: 13554179.
HSL color Cylindrical-coordinate representation of color #03D2CE: hue angle of 178.84º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D2CE is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 206 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.18 |
| HSL | 178.84º | 0.97% | 0.42% | - |
| HSV(B) | 178.84º | 0.99% | 0.82% | - |
| XYZ | 34.22 | 50.57 | 66.35 | - |
| YUV | 147.65 | 160.92 | 24.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 206 | 0.99 | 0 | 0.02 | 0.18 | 178.84 | 0.97 | 0.42 |
| Hex | 3 | D2 | CE | 63 | 0 | 2 | 12 | B3 | 61 | 2A |
| Octal | 3 | 322 | 316 | 143 | 0 | 2 | 22 | 263 | 141 | 52 |
| Binary | 11 | 11010010 | 11001110 | 1100011 | 0 | 10 | 10010 | 10110011 | 1100001 | 101010 |
Color Harmonies of #03D2CE
Complementary color
Monochromatic Colors of #03D2CE
Black with #03D2CE
Text Example
Text Example
White with #03D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D2CE; }
p { color: rgb(3,210,206); }
H1.HeaderClassName
{
color: #03D2CE;
}
.AnyTagClassName
{
color: #03D2CE;
}
</style>
background-color css
<style>
a { background-color: #03D2CE; }
a { background-color: rgb(3,210,206); }
div.DivClassName
{
background-color: #03D2CE;
}
.BgClassName
{
background-color: #03D2CE;
}
</style>
border-color css
<style>
span { border-color: #03D2CE; }
span { border-color: rgb(3,210,206); }
td.TdClassName
{
border-color: #03D2CE;
}
.TagClassName
{
border-color: #03D2CE;
}
</style>