Shades of Dark Turquoise #05CDD0
Tints of Dark Turquoise #05CDD0
RGB
CMYK
RGB Variations
Color information
#05CDD0 (or 0x05CDD0) is known color: Dark Turquoise. HEX triplet: 05, CD and D0. RGB value is (5,205,208). Sum of RGB (Red+Green+Blue) = 5+205+208=418 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #05CDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CDD0 is #FA322F. Grayscale: #919191. Windows color (decimal): -16396848 or 13683973. OLE color: 13683973.
HSL color Cylindrical-coordinate representation of color #05CDD0: hue angle of 180.89º 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 #05CDD0 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 205 | 208 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.18 |
| HSL | 180.89º | 0.95% | 0.42% | - |
| HSV(B) | 180.89º | 0.98% | 0.82% | - |
| XYZ | 33.28 | 48.25 | 67.23 | - |
| YUV | 145.54 | 163.24 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 205 | 208 | 0.98 | 0.01 | 0 | 0.18 | 180.89 | 0.95 | 0.42 |
| Hex | 5 | CD | D0 | 62 | 1 | 0 | 12 | B5 | 5F | 2A |
| Octal | 5 | 315 | 320 | 142 | 1 | 0 | 22 | 265 | 137 | 52 |
| Binary | 101 | 11001101 | 11010000 | 1100010 | 1 | 0 | 10010 | 10110101 | 1011111 | 101010 |
Color Harmonies of #05CDD0
Complementary color
Monochromatic Colors of #05CDD0
Black with #05CDD0
Text Example
Text Example
White with #05CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CDD0; }
p { color: rgb(5,205,208); }
H1.HeaderClassName
{
color: #05CDD0;
}
.AnyTagClassName
{
color: #05CDD0;
}
</style>
background-color css
<style>
a { background-color: #05CDD0; }
a { background-color: rgb(5,205,208); }
div.DivClassName
{
background-color: #05CDD0;
}
.BgClassName
{
background-color: #05CDD0;
}
</style>
border-color css
<style>
span { border-color: #05CDD0; }
span { border-color: rgb(5,205,208); }
td.TdClassName
{
border-color: #05CDD0;
}
.TagClassName
{
border-color: #05CDD0;
}
</style>