Shades of Dark Turquoise #03DECE
Tints of Dark Turquoise #03DECE
RGB
CMYK
RGB Variations
Color information
#03DECE (or 0x03DECE) is known color: Dark Turquoise. HEX triplet: 03, DE and CE. RGB value is (3,222,206). Sum of RGB (Red+Green+Blue) = 3+222+206=431 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #03DECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DECE is #FC2131. Grayscale: #9A9A9A. Windows color (decimal): -16523570 or 13557251. OLE color: 13557251.
HSL color Cylindrical-coordinate representation of color #03DECE: hue angle of 175.62º 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 #03DECE is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 222 | 206 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.13 |
| HSL | 175.62º | 0.97% | 0.44% | - |
| HSV(B) | 175.62º | 0.99% | 0.87% | - |
| XYZ | 37.3 | 56.72 | 67.37 | - |
| YUV | 154.7 | 156.95 | 19.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 222 | 206 | 0.99 | 0 | 0.07 | 0.13 | 175.62 | 0.97 | 0.44 |
| Hex | 3 | DE | CE | 63 | 0 | 7 | D | B0 | 61 | 2C |
| Octal | 3 | 336 | 316 | 143 | 0 | 7 | 15 | 260 | 141 | 54 |
| Binary | 11 | 11011110 | 11001110 | 1100011 | 0 | 111 | 1101 | 10110000 | 1100001 | 101100 |
Color Harmonies of #03DECE
Complementary color
Monochromatic Colors of #03DECE
Black with #03DECE
Text Example
Text Example
White with #03DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DECE; }
p { color: rgb(3,222,206); }
H1.HeaderClassName
{
color: #03DECE;
}
.AnyTagClassName
{
color: #03DECE;
}
</style>
background-color css
<style>
a { background-color: #03DECE; }
a { background-color: rgb(3,222,206); }
div.DivClassName
{
background-color: #03DECE;
}
.BgClassName
{
background-color: #03DECE;
}
</style>
border-color css
<style>
span { border-color: #03DECE; }
span { border-color: rgb(3,222,206); }
td.TdClassName
{
border-color: #03DECE;
}
.TagClassName
{
border-color: #03DECE;
}
</style>