Shades of Dark Turquoise #03DBCB
Tints of Dark Turquoise #03DBCB
RGB
CMYK
RGB Variations
Color information
#03DBCB (or 0x03DBCB) is known color: Dark Turquoise. HEX triplet: 03, DB and CB. RGB value is (3,219,203). Sum of RGB (Red+Green+Blue) = 3+219+203=425 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #03DBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DBCB is #FC2434. Grayscale: #989898. Windows color (decimal): -16524341 or 13359875. OLE color: 13359875.
HSL color Cylindrical-coordinate representation of color #03DBCB: hue angle of 175.56º 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 #03DBCB is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 203 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.14 |
| HSL | 175.56º | 0.97% | 0.44% | - |
| HSV(B) | 175.56º | 0.99% | 0.86% | - |
| XYZ | 36.15 | 54.99 | 65.21 | - |
| YUV | 152.59 | 156.44 | 21.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 203 | 0.99 | 0 | 0.07 | 0.14 | 175.56 | 0.97 | 0.44 |
| Hex | 3 | DB | CB | 63 | 0 | 7 | E | B0 | 61 | 2C |
| Octal | 3 | 333 | 313 | 143 | 0 | 7 | 16 | 260 | 141 | 54 |
| Binary | 11 | 11011011 | 11001011 | 1100011 | 0 | 111 | 1110 | 10110000 | 1100001 | 101100 |
Color Harmonies of #03DBCB
Complementary color
Monochromatic Colors of #03DBCB
Black with #03DBCB
Text Example
Text Example
White with #03DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DBCB; }
p { color: rgb(3,219,203); }
H1.HeaderClassName
{
color: #03DBCB;
}
.AnyTagClassName
{
color: #03DBCB;
}
</style>
background-color css
<style>
a { background-color: #03DBCB; }
a { background-color: rgb(3,219,203); }
div.DivClassName
{
background-color: #03DBCB;
}
.BgClassName
{
background-color: #03DBCB;
}
</style>
border-color css
<style>
span { border-color: #03DBCB; }
span { border-color: rgb(3,219,203); }
td.TdClassName
{
border-color: #03DBCB;
}
.TagClassName
{
border-color: #03DBCB;
}
</style>