Shades of Dark Turquoise #03D2DE
Tints of Dark Turquoise #03D2DE
RGB
CMYK
RGB Variations
Color information
#03D2DE (or 0x03D2DE) is known color: Dark Turquoise. HEX triplet: 03, D2 and DE. RGB value is (3,210,222). Sum of RGB (Red+Green+Blue) = 3+210+222=435 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #03D2DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D2DE is #FC2D21. Grayscale: #959595. Windows color (decimal): -16526626 or 14602755. OLE color: 14602755.
HSL color Cylindrical-coordinate representation of color #03D2DE: hue angle of 183.29º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D2DE is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 210 | 222 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.13 |
| HSL | 183.29º | 0.97% | 0.44% | - |
| HSV(B) | 183.29º | 0.99% | 0.87% | - |
| XYZ | 36.27 | 51.39 | 77.11 | - |
| YUV | 149.48 | 168.92 | 23.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 222 | 0.99 | 0.05 | 0 | 0.13 | 183.29 | 0.97 | 0.44 |
| Hex | 3 | D2 | DE | 63 | 5 | 0 | D | B7 | 61 | 2C |
| Octal | 3 | 322 | 336 | 143 | 5 | 0 | 15 | 267 | 141 | 54 |
| Binary | 11 | 11010010 | 11011110 | 1100011 | 101 | 0 | 1101 | 10110111 | 1100001 | 101100 |
Color Harmonies of #03D2DE
Complementary color
Monochromatic Colors of #03D2DE
Black with #03D2DE
Text Example
Text Example
White with #03D2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D2DE; }
p { color: rgb(3,210,222); }
H1.HeaderClassName
{
color: #03D2DE;
}
.AnyTagClassName
{
color: #03D2DE;
}
</style>
background-color css
<style>
a { background-color: #03D2DE; }
a { background-color: rgb(3,210,222); }
div.DivClassName
{
background-color: #03D2DE;
}
.BgClassName
{
background-color: #03D2DE;
}
</style>
border-color css
<style>
span { border-color: #03D2DE; }
span { border-color: rgb(3,210,222); }
td.TdClassName
{
border-color: #03D2DE;
}
.TagClassName
{
border-color: #03D2DE;
}
</style>