Shades of Dark Turquoise #05DBCB
Tints of Dark Turquoise #05DBCB
RGB
CMYK
RGB Variations
Color information
#05DBCB (or 0x05DBCB) is known color: Dark Turquoise. HEX triplet: 05, DB and CB. RGB value is (5,219,203). Sum of RGB (Red+Green+Blue) = 5+219+203=427 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #05DBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DBCB is #FA2434. Grayscale: #999999. Windows color (decimal): -16393269 or 13359877. OLE color: 13359877.
HSL color Cylindrical-coordinate representation of color #05DBCB: hue angle of 175.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DBCB is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 203 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.14 |
| HSL | 175.51º | 0.96% | 0.44% | - |
| HSV(B) | 175.51º | 0.98% | 0.86% | - |
| XYZ | 36.17 | 55.01 | 65.21 | - |
| YUV | 153.19 | 156.1 | 22.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 203 | 0.98 | 0 | 0.07 | 0.14 | 175.51 | 0.96 | 0.44 |
| Hex | 5 | DB | CB | 62 | 0 | 7 | E | B0 | 60 | 2C |
| Octal | 5 | 333 | 313 | 142 | 0 | 7 | 16 | 260 | 140 | 54 |
| Binary | 101 | 11011011 | 11001011 | 1100010 | 0 | 111 | 1110 | 10110000 | 1100000 | 101100 |
Color Harmonies of #05DBCB
Complementary color
Monochromatic Colors of #05DBCB
Black with #05DBCB
Text Example
Text Example
White with #05DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBCB; }
p { color: rgb(5,219,203); }
H1.HeaderClassName
{
color: #05DBCB;
}
.AnyTagClassName
{
color: #05DBCB;
}
</style>
background-color css
<style>
a { background-color: #05DBCB; }
a { background-color: rgb(5,219,203); }
div.DivClassName
{
background-color: #05DBCB;
}
.BgClassName
{
background-color: #05DBCB;
}
</style>
border-color css
<style>
span { border-color: #05DBCB; }
span { border-color: rgb(5,219,203); }
td.TdClassName
{
border-color: #05DBCB;
}
.TagClassName
{
border-color: #05DBCB;
}
</style>