Shades of Dark Turquoise #05CFDD
Tints of Dark Turquoise #05CFDD
RGB
CMYK
RGB Variations
Color information
#05CFDD (or 0x05CFDD) is known color: Dark Turquoise. HEX triplet: 05, CF and DD. RGB value is (5,207,221). Sum of RGB (Red+Green+Blue) = 5+207+221=433 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #05CFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CFDD is #FA3022. Grayscale: #939393. Windows color (decimal): -16396323 or 14536453. OLE color: 14536453.
HSL color Cylindrical-coordinate representation of color #05CFDD: hue angle of 183.89º 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 #05CFDD is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 207 | 221 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.13 |
| HSL | 183.89º | 0.96% | 0.44% | - |
| HSV(B) | 183.89º | 0.98% | 0.87% | - |
| XYZ | 35.43 | 49.88 | 76.17 | - |
| YUV | 148.2 | 169.08 | 25.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 221 | 0.98 | 0.06 | 0 | 0.13 | 183.89 | 0.96 | 0.44 |
| Hex | 5 | CF | DD | 62 | 6 | 0 | D | B8 | 60 | 2C |
| Octal | 5 | 317 | 335 | 142 | 6 | 0 | 15 | 270 | 140 | 54 |
| Binary | 101 | 11001111 | 11011101 | 1100010 | 110 | 0 | 1101 | 10111000 | 1100000 | 101100 |
Color Harmonies of #05CFDD
Complementary color
Monochromatic Colors of #05CFDD
Black with #05CFDD
Text Example
Text Example
White with #05CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFDD; }
p { color: rgb(5,207,221); }
H1.HeaderClassName
{
color: #05CFDD;
}
.AnyTagClassName
{
color: #05CFDD;
}
</style>
background-color css
<style>
a { background-color: #05CFDD; }
a { background-color: rgb(5,207,221); }
div.DivClassName
{
background-color: #05CFDD;
}
.BgClassName
{
background-color: #05CFDD;
}
</style>
border-color css
<style>
span { border-color: #05CFDD; }
span { border-color: rgb(5,207,221); }
td.TdClassName
{
border-color: #05CFDD;
}
.TagClassName
{
border-color: #05CFDD;
}
</style>