Shades of Dark Turquoise #05CCDB
Tints of Dark Turquoise #05CCDB
RGB
CMYK
RGB Variations
Color information
#05CCDB (or 0x05CCDB) is known color: Dark Turquoise. HEX triplet: 05, CC and DB. RGB value is (5,204,219). Sum of RGB (Red+Green+Blue) = 5+204+219=428 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #05CCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CCDB is #FA3324. Grayscale: #919191. Windows color (decimal): -16397093 or 14404613. OLE color: 14404613.
HSL color Cylindrical-coordinate representation of color #05CCDB: hue angle of 184.21º 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 #05CCDB is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 204 | 219 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.14 |
| HSL | 184.21º | 0.96% | 0.44% | - |
| HSV(B) | 184.21º | 0.98% | 0.86% | - |
| XYZ | 34.44 | 48.33 | 74.53 | - |
| YUV | 146.21 | 169.07 | 27.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 204 | 219 | 0.98 | 0.07 | 0 | 0.14 | 184.21 | 0.96 | 0.44 |
| Hex | 5 | CC | DB | 62 | 7 | 0 | E | B8 | 60 | 2C |
| Octal | 5 | 314 | 333 | 142 | 7 | 0 | 16 | 270 | 140 | 54 |
| Binary | 101 | 11001100 | 11011011 | 1100010 | 111 | 0 | 1110 | 10111000 | 1100000 | 101100 |
Color Harmonies of #05CCDB
Complementary color
Monochromatic Colors of #05CCDB
Black with #05CCDB
Text Example
Text Example
White with #05CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CCDB; }
p { color: rgb(5,204,219); }
H1.HeaderClassName
{
color: #05CCDB;
}
.AnyTagClassName
{
color: #05CCDB;
}
</style>
background-color css
<style>
a { background-color: #05CCDB; }
a { background-color: rgb(5,204,219); }
div.DivClassName
{
background-color: #05CCDB;
}
.BgClassName
{
background-color: #05CCDB;
}
</style>
border-color css
<style>
span { border-color: #05CCDB; }
span { border-color: rgb(5,204,219); }
td.TdClassName
{
border-color: #05CCDB;
}
.TagClassName
{
border-color: #05CCDB;
}
</style>