Shades of Dark Turquoise #05C1DB
Tints of Dark Turquoise #05C1DB
RGB
CMYK
RGB Variations
Color information
#05C1DB (or 0x05C1DB) is known color: Dark Turquoise. HEX triplet: 05, C1 and DB. RGB value is (5,193,219). Sum of RGB (Red+Green+Blue) = 5+193+219=417 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #05C1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C1DB is #FA3E24. Grayscale: #8B8B8B. Windows color (decimal): -16399909 or 14401797. OLE color: 14401797.
HSL color Cylindrical-coordinate representation of color #05C1DB: hue angle of 187.29º 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 #05C1DB is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 193 | 219 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.14 |
| HSL | 187.29º | 0.96% | 0.44% | - |
| HSV(B) | 187.29º | 0.98% | 0.86% | - |
| XYZ | 31.92 | 43.29 | 73.69 | - |
| YUV | 139.75 | 172.72 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 193 | 219 | 0.98 | 0.12 | 0 | 0.14 | 187.29 | 0.96 | 0.44 |
| Hex | 5 | C1 | DB | 62 | C | 0 | E | BB | 60 | 2C |
| Octal | 5 | 301 | 333 | 142 | 14 | 0 | 16 | 273 | 140 | 54 |
| Binary | 101 | 11000001 | 11011011 | 1100010 | 1100 | 0 | 1110 | 10111011 | 1100000 | 101100 |
Color Harmonies of #05C1DB
Complementary color
Monochromatic Colors of #05C1DB
Black with #05C1DB
Text Example
Text Example
White with #05C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C1DB; }
p { color: rgb(5,193,219); }
H1.HeaderClassName
{
color: #05C1DB;
}
.AnyTagClassName
{
color: #05C1DB;
}
</style>
background-color css
<style>
a { background-color: #05C1DB; }
a { background-color: rgb(5,193,219); }
div.DivClassName
{
background-color: #05C1DB;
}
.BgClassName
{
background-color: #05C1DB;
}
</style>
border-color css
<style>
span { border-color: #05C1DB; }
span { border-color: rgb(5,193,219); }
td.TdClassName
{
border-color: #05C1DB;
}
.TagClassName
{
border-color: #05C1DB;
}
</style>