Shades of Dark Turquoise #05CDD1
Tints of Dark Turquoise #05CDD1
RGB
CMYK
RGB Variations
Color information
#05CDD1 (or 0x05CDD1) is known color: Dark Turquoise. HEX triplet: 05, CD and D1. RGB value is (5,205,209). Sum of RGB (Red+Green+Blue) = 5+205+209=419 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #05CDD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CDD1 is #FA322E. Grayscale: #919191. Windows color (decimal): -16396847 or 13749509. OLE color: 13749509.
HSL color Cylindrical-coordinate representation of color #05CDD1: hue angle of 181.18º 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 #05CDD1 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 205 | 209 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.18 |
| HSL | 181.18º | 0.95% | 0.42% | - |
| HSV(B) | 181.18º | 0.98% | 0.82% | - |
| XYZ | 33.4 | 48.3 | 67.88 | - |
| YUV | 145.66 | 163.74 | 27.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 205 | 209 | 0.98 | 0.02 | 0 | 0.18 | 181.18 | 0.95 | 0.42 |
| Hex | 5 | CD | D1 | 62 | 2 | 0 | 12 | B5 | 5F | 2A |
| Octal | 5 | 315 | 321 | 142 | 2 | 0 | 22 | 265 | 137 | 52 |
| Binary | 101 | 11001101 | 11010001 | 1100010 | 10 | 0 | 10010 | 10110101 | 1011111 | 101010 |
Color Harmonies of #05CDD1
Complementary color
Monochromatic Colors of #05CDD1
Black with #05CDD1
Text Example
Text Example
White with #05CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CDD1; }
p { color: rgb(5,205,209); }
H1.HeaderClassName
{
color: #05CDD1;
}
.AnyTagClassName
{
color: #05CDD1;
}
</style>
background-color css
<style>
a { background-color: #05CDD1; }
a { background-color: rgb(5,205,209); }
div.DivClassName
{
background-color: #05CDD1;
}
.BgClassName
{
background-color: #05CDD1;
}
</style>
border-color css
<style>
span { border-color: #05CDD1; }
span { border-color: rgb(5,205,209); }
td.TdClassName
{
border-color: #05CDD1;
}
.TagClassName
{
border-color: #05CDD1;
}
</style>