Shades of Dark Turquoise #05C9D0
Tints of Dark Turquoise #05C9D0
RGB
CMYK
RGB Variations
Color information
#05C9D0 (or 0x05C9D0) is known color: Dark Turquoise. HEX triplet: 05, C9 and D0. RGB value is (5,201,208). Sum of RGB (Red+Green+Blue) = 5+201+208=414 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #05C9D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C9D0 is #FA362F. Grayscale: #8E8E8E. Windows color (decimal): -16397872 or 13682949. OLE color: 13682949.
HSL color Cylindrical-coordinate representation of color #05C9D0: hue angle of 182.07º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C9D0 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 201 | 208 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.18 |
| HSL | 182.07º | 0.95% | 0.42% | - |
| HSV(B) | 182.07º | 0.98% | 0.82% | - |
| XYZ | 32.33 | 46.36 | 66.92 | - |
| YUV | 143.19 | 164.57 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 208 | 0.98 | 0.03 | 0 | 0.18 | 182.07 | 0.95 | 0.42 |
| Hex | 5 | C9 | D0 | 62 | 3 | 0 | 12 | B6 | 5F | 2A |
| Octal | 5 | 311 | 320 | 142 | 3 | 0 | 22 | 266 | 137 | 52 |
| Binary | 101 | 11001001 | 11010000 | 1100010 | 11 | 0 | 10010 | 10110110 | 1011111 | 101010 |
Color Harmonies of #05C9D0
Complementary color
Monochromatic Colors of #05C9D0
Black with #05C9D0
Text Example
Text Example
White with #05C9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C9D0; }
p { color: rgb(5,201,208); }
H1.HeaderClassName
{
color: #05C9D0;
}
.AnyTagClassName
{
color: #05C9D0;
}
</style>
background-color css
<style>
a { background-color: #05C9D0; }
a { background-color: rgb(5,201,208); }
div.DivClassName
{
background-color: #05C9D0;
}
.BgClassName
{
background-color: #05C9D0;
}
</style>
border-color css
<style>
span { border-color: #05C9D0; }
span { border-color: rgb(5,201,208); }
td.TdClassName
{
border-color: #05C9D0;
}
.TagClassName
{
border-color: #05C9D0;
}
</style>