Shades of Dark Turquoise #05D1DB
Tints of Dark Turquoise #05D1DB
RGB
CMYK
RGB Variations
Color information
#05D1DB (or 0x05D1DB) is known color: Dark Turquoise. HEX triplet: 05, D1 and DB. RGB value is (5,209,219). Sum of RGB (Red+Green+Blue) = 5+209+219=433 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #05D1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05D1DB is #FA2E24. Grayscale: #949494. Windows color (decimal): -16395813 or 14405893. OLE color: 14405893.
HSL color Cylindrical-coordinate representation of color #05D1DB: hue angle of 182.8º 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 #05D1DB is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 209 | 219 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.14 |
| HSL | 182.8º | 0.96% | 0.44% | - |
| HSV(B) | 182.8º | 0.98% | 0.86% | - |
| XYZ | 35.65 | 50.75 | 74.93 | - |
| YUV | 149.14 | 167.41 | 25.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 209 | 219 | 0.98 | 0.05 | 0 | 0.14 | 182.8 | 0.96 | 0.44 |
| Hex | 5 | D1 | DB | 62 | 5 | 0 | E | B7 | 60 | 2C |
| Octal | 5 | 321 | 333 | 142 | 5 | 0 | 16 | 267 | 140 | 54 |
| Binary | 101 | 11010001 | 11011011 | 1100010 | 101 | 0 | 1110 | 10110111 | 1100000 | 101100 |
Color Harmonies of #05D1DB
Complementary color
Monochromatic Colors of #05D1DB
Black with #05D1DB
Text Example
Text Example
White with #05D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D1DB; }
p { color: rgb(5,209,219); }
H1.HeaderClassName
{
color: #05D1DB;
}
.AnyTagClassName
{
color: #05D1DB;
}
</style>
background-color css
<style>
a { background-color: #05D1DB; }
a { background-color: rgb(5,209,219); }
div.DivClassName
{
background-color: #05D1DB;
}
.BgClassName
{
background-color: #05D1DB;
}
</style>
border-color css
<style>
span { border-color: #05D1DB; }
span { border-color: rgb(5,209,219); }
td.TdClassName
{
border-color: #05D1DB;
}
.TagClassName
{
border-color: #05D1DB;
}
</style>