Shades of Dark Turquoise #05C2DD
Tints of Dark Turquoise #05C2DD
RGB
CMYK
RGB Variations
Color information
#05C2DD (or 0x05C2DD) is known color: Dark Turquoise. HEX triplet: 05, C2 and DD. RGB value is (5,194,221). Sum of RGB (Red+Green+Blue) = 5+194+221=420 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #05C2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C2DD is #FA3D22. Grayscale: #8C8C8C. Windows color (decimal): -16399651 or 14533125. OLE color: 14533125.
HSL color Cylindrical-coordinate representation of color #05C2DD: hue angle of 187.5º 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 #05C2DD is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 194 | 221 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.13 |
| HSL | 187.5º | 0.96% | 0.44% | - |
| HSV(B) | 187.5º | 0.98% | 0.87% | - |
| XYZ | 32.41 | 43.84 | 75.16 | - |
| YUV | 140.57 | 173.38 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 194 | 221 | 0.98 | 0.12 | 0 | 0.13 | 187.5 | 0.96 | 0.44 |
| Hex | 5 | C2 | DD | 62 | C | 0 | D | BC | 60 | 2C |
| Octal | 5 | 302 | 335 | 142 | 14 | 0 | 15 | 274 | 140 | 54 |
| Binary | 101 | 11000010 | 11011101 | 1100010 | 1100 | 0 | 1101 | 10111100 | 1100000 | 101100 |
Color Harmonies of #05C2DD
Complementary color
Monochromatic Colors of #05C2DD
Black with #05C2DD
Text Example
Text Example
White with #05C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C2DD; }
p { color: rgb(5,194,221); }
H1.HeaderClassName
{
color: #05C2DD;
}
.AnyTagClassName
{
color: #05C2DD;
}
</style>
background-color css
<style>
a { background-color: #05C2DD; }
a { background-color: rgb(5,194,221); }
div.DivClassName
{
background-color: #05C2DD;
}
.BgClassName
{
background-color: #05C2DD;
}
</style>
border-color css
<style>
span { border-color: #05C2DD; }
span { border-color: rgb(5,194,221); }
td.TdClassName
{
border-color: #05C2DD;
}
.TagClassName
{
border-color: #05C2DD;
}
</style>