Shades of Dark Turquoise #05CBDD
Tints of Dark Turquoise #05CBDD
RGB
CMYK
RGB Variations
Color information
#05CBDD (or 0x05CBDD) is known color: Dark Turquoise. HEX triplet: 05, CB and DD. RGB value is (5,203,221). Sum of RGB (Red+Green+Blue) = 5+203+221=429 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #05CBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CBDD is #FA3422. Grayscale: #919191. Windows color (decimal): -16397347 or 14535429. OLE color: 14535429.
HSL color Cylindrical-coordinate representation of color #05CBDD: hue angle of 185º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CBDD is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 203 | 221 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.13 |
| HSL | 185º | 0.96% | 0.44% | - |
| HSV(B) | 185º | 0.98% | 0.87% | - |
| XYZ | 34.47 | 47.96 | 75.85 | - |
| YUV | 145.85 | 170.4 | 27.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 221 | 0.98 | 0.08 | 0 | 0.13 | 185 | 0.96 | 0.44 |
| Hex | 5 | CB | DD | 62 | 8 | 0 | D | B9 | 60 | 2C |
| Octal | 5 | 313 | 335 | 142 | 10 | 0 | 15 | 271 | 140 | 54 |
| Binary | 101 | 11001011 | 11011101 | 1100010 | 1000 | 0 | 1101 | 10111001 | 1100000 | 101100 |
Color Harmonies of #05CBDD
Complementary color
Monochromatic Colors of #05CBDD
Black with #05CBDD
Text Example
Text Example
White with #05CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CBDD; }
p { color: rgb(5,203,221); }
H1.HeaderClassName
{
color: #05CBDD;
}
.AnyTagClassName
{
color: #05CBDD;
}
</style>
background-color css
<style>
a { background-color: #05CBDD; }
a { background-color: rgb(5,203,221); }
div.DivClassName
{
background-color: #05CBDD;
}
.BgClassName
{
background-color: #05CBDD;
}
</style>
border-color css
<style>
span { border-color: #05CBDD; }
span { border-color: rgb(5,203,221); }
td.TdClassName
{
border-color: #05CBDD;
}
.TagClassName
{
border-color: #05CBDD;
}
</style>