Shades of Dark Turquoise #05CDD9
Tints of Dark Turquoise #05CDD9
RGB
CMYK
RGB Variations
Color information
#05CDD9 (or 0x05CDD9) is known color: Dark Turquoise. HEX triplet: 05, CD and D9. RGB value is (5,205,217). Sum of RGB (Red+Green+Blue) = 5+205+217=427 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #05CDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CDD9 is #FA3226. Grayscale: #929292. Windows color (decimal): -16396839 or 14273797. OLE color: 14273797.
HSL color Cylindrical-coordinate representation of color #05CDD9: hue angle of 183.4º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CDD9 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 205 | 217 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.15 |
| HSL | 183.4º | 0.95% | 0.44% | - |
| HSV(B) | 183.4º | 0.98% | 0.85% | - |
| XYZ | 34.42 | 48.7 | 73.23 | - |
| YUV | 146.57 | 167.74 | 27.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 205 | 217 | 0.98 | 0.06 | 0 | 0.15 | 183.4 | 0.95 | 0.44 |
| Hex | 5 | CD | D9 | 62 | 6 | 0 | F | B7 | 5F | 2C |
| Octal | 5 | 315 | 331 | 142 | 6 | 0 | 17 | 267 | 137 | 54 |
| Binary | 101 | 11001101 | 11011001 | 1100010 | 110 | 0 | 1111 | 10110111 | 1011111 | 101100 |
Color Harmonies of #05CDD9
Complementary color
Monochromatic Colors of #05CDD9
Black with #05CDD9
Text Example
Text Example
White with #05CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CDD9; }
p { color: rgb(5,205,217); }
H1.HeaderClassName
{
color: #05CDD9;
}
.AnyTagClassName
{
color: #05CDD9;
}
</style>
background-color css
<style>
a { background-color: #05CDD9; }
a { background-color: rgb(5,205,217); }
div.DivClassName
{
background-color: #05CDD9;
}
.BgClassName
{
background-color: #05CDD9;
}
</style>
border-color css
<style>
span { border-color: #05CDD9; }
span { border-color: rgb(5,205,217); }
td.TdClassName
{
border-color: #05CDD9;
}
.TagClassName
{
border-color: #05CDD9;
}
</style>