Shades of Dark Turquoise #03DECF
Tints of Dark Turquoise #03DECF
RGB
CMYK
RGB Variations
Color information
#03DECF (or 0x03DECF) is known color: Dark Turquoise. HEX triplet: 03, DE and CF. RGB value is (3,222,207). Sum of RGB (Red+Green+Blue) = 3+222+207=432 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #03DECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DECF is #FC2130. Grayscale: #9A9A9A. Windows color (decimal): -16523569 or 13622787. OLE color: 13622787.
HSL color Cylindrical-coordinate representation of color #03DECF: hue angle of 175.89º 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 #03DECF is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 222 | 207 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.13 |
| HSL | 175.89º | 0.97% | 0.44% | - |
| HSV(B) | 175.89º | 0.99% | 0.87% | - |
| XYZ | 37.42 | 56.77 | 68.02 | - |
| YUV | 154.81 | 157.45 | 19.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 222 | 207 | 0.99 | 0 | 0.07 | 0.13 | 175.89 | 0.97 | 0.44 |
| Hex | 3 | DE | CF | 63 | 0 | 7 | D | B0 | 61 | 2C |
| Octal | 3 | 336 | 317 | 143 | 0 | 7 | 15 | 260 | 141 | 54 |
| Binary | 11 | 11011110 | 11001111 | 1100011 | 0 | 111 | 1101 | 10110000 | 1100001 | 101100 |
Color Harmonies of #03DECF
Complementary color
Monochromatic Colors of #03DECF
Black with #03DECF
Text Example
Text Example
White with #03DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DECF; }
p { color: rgb(3,222,207); }
H1.HeaderClassName
{
color: #03DECF;
}
.AnyTagClassName
{
color: #03DECF;
}
</style>
background-color css
<style>
a { background-color: #03DECF; }
a { background-color: rgb(3,222,207); }
div.DivClassName
{
background-color: #03DECF;
}
.BgClassName
{
background-color: #03DECF;
}
</style>
border-color css
<style>
span { border-color: #03DECF; }
span { border-color: rgb(3,222,207); }
td.TdClassName
{
border-color: #03DECF;
}
.TagClassName
{
border-color: #03DECF;
}
</style>