Shades of Dark Turquoise #03DBD5
Tints of Dark Turquoise #03DBD5
RGB
CMYK
RGB Variations
Color information
#03DBD5 (or 0x03DBD5) is known color: Dark Turquoise. HEX triplet: 03, DB and D5. RGB value is (3,219,213). Sum of RGB (Red+Green+Blue) = 3+219+213=435 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #03DBD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DBD5 is #FC242A. Grayscale: #999999. Windows color (decimal): -16524331 or 14015235. OLE color: 14015235.
HSL color Cylindrical-coordinate representation of color #03DBD5: hue angle of 178.33º degrees, saturation: 0.97, 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 #03DBD5 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 213 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.14 |
| HSL | 178.33º | 0.97% | 0.44% | - |
| HSV(B) | 178.33º | 0.99% | 0.86% | - |
| XYZ | 37.38 | 55.49 | 71.69 | - |
| YUV | 153.73 | 161.44 | 20.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 213 | 0.99 | 0 | 0.03 | 0.14 | 178.33 | 0.97 | 0.44 |
| Hex | 3 | DB | D5 | 63 | 0 | 3 | E | B2 | 61 | 2C |
| Octal | 3 | 333 | 325 | 143 | 0 | 3 | 16 | 262 | 141 | 54 |
| Binary | 11 | 11011011 | 11010101 | 1100011 | 0 | 11 | 1110 | 10110010 | 1100001 | 101100 |
Color Harmonies of #03DBD5
Complementary color
Monochromatic Colors of #03DBD5
Black with #03DBD5
Text Example
Text Example
White with #03DBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DBD5; }
p { color: rgb(3,219,213); }
H1.HeaderClassName
{
color: #03DBD5;
}
.AnyTagClassName
{
color: #03DBD5;
}
</style>
background-color css
<style>
a { background-color: #03DBD5; }
a { background-color: rgb(3,219,213); }
div.DivClassName
{
background-color: #03DBD5;
}
.BgClassName
{
background-color: #03DBD5;
}
</style>
border-color css
<style>
span { border-color: #03DBD5; }
span { border-color: rgb(3,219,213); }
td.TdClassName
{
border-color: #03DBD5;
}
.TagClassName
{
border-color: #03DBD5;
}
</style>