Shades of Dark Turquoise #05CCDD
Tints of Dark Turquoise #05CCDD
RGB
CMYK
RGB Variations
Color information
#05CCDD (or 0x05CCDD) is known color: Dark Turquoise. HEX triplet: 05, CC and DD. RGB value is (5,204,221). Sum of RGB (Red+Green+Blue) = 5+204+221=430 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #05CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CCDD is #FA3322. Grayscale: #929292. Windows color (decimal): -16397091 or 14535685. OLE color: 14535685.
HSL color Cylindrical-coordinate representation of color #05CCDD: hue angle of 184.72º 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 #05CCDD is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 204 | 221 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.13 |
| HSL | 184.72º | 0.96% | 0.44% | - |
| HSV(B) | 184.72º | 0.98% | 0.87% | - |
| XYZ | 34.71 | 48.44 | 75.93 | - |
| YUV | 146.44 | 170.07 | 27.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 204 | 221 | 0.98 | 0.08 | 0 | 0.13 | 184.72 | 0.96 | 0.44 |
| Hex | 5 | CC | DD | 62 | 8 | 0 | D | B9 | 60 | 2C |
| Octal | 5 | 314 | 335 | 142 | 10 | 0 | 15 | 271 | 140 | 54 |
| Binary | 101 | 11001100 | 11011101 | 1100010 | 1000 | 0 | 1101 | 10111001 | 1100000 | 101100 |
Color Harmonies of #05CCDD
Complementary color
Monochromatic Colors of #05CCDD
Black with #05CCDD
Text Example
Text Example
White with #05CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CCDD; }
p { color: rgb(5,204,221); }
H1.HeaderClassName
{
color: #05CCDD;
}
.AnyTagClassName
{
color: #05CCDD;
}
</style>
background-color css
<style>
a { background-color: #05CCDD; }
a { background-color: rgb(5,204,221); }
div.DivClassName
{
background-color: #05CCDD;
}
.BgClassName
{
background-color: #05CCDD;
}
</style>
border-color css
<style>
span { border-color: #05CCDD; }
span { border-color: rgb(5,204,221); }
td.TdClassName
{
border-color: #05CCDD;
}
.TagClassName
{
border-color: #05CCDD;
}
</style>