Shades of Dark Turquoise #05CCD2
Tints of Dark Turquoise #05CCD2
RGB
CMYK
RGB Variations
Color information
#05CCD2 (or 0x05CCD2) is known color: Dark Turquoise. HEX triplet: 05, CC and D2. RGB value is (5,204,210). Sum of RGB (Red+Green+Blue) = 5+204+210=419 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 210 (82.42% from 255 or 50.12% from 419); Max value from RGB is 210 - color contains mainly: blue. Hex color #05CCD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CCD2 is #FA332D. Grayscale: #909090. Windows color (decimal): -16397102 or 13814789. OLE color: 13814789.
HSL color Cylindrical-coordinate representation of color #05CCD2: hue angle of 181.76º 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 #05CCD2 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 204 | 210 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.18 |
| HSL | 181.76º | 0.95% | 0.42% | - |
| HSV(B) | 181.76º | 0.98% | 0.82% | - |
| XYZ | 33.29 | 47.87 | 68.46 | - |
| YUV | 145.18 | 164.57 | 28.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 204 | 210 | 0.98 | 0.03 | 0 | 0.18 | 181.76 | 0.95 | 0.42 |
| Hex | 5 | CC | D2 | 62 | 3 | 0 | 12 | B6 | 5F | 2A |
| Octal | 5 | 314 | 322 | 142 | 3 | 0 | 22 | 266 | 137 | 52 |
| Binary | 101 | 11001100 | 11010010 | 1100010 | 11 | 0 | 10010 | 10110110 | 1011111 | 101010 |
Color Harmonies of #05CCD2
Complementary color
Monochromatic Colors of #05CCD2
Black with #05CCD2
Text Example
Text Example
White with #05CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CCD2; }
p { color: rgb(5,204,210); }
H1.HeaderClassName
{
color: #05CCD2;
}
.AnyTagClassName
{
color: #05CCD2;
}
</style>
background-color css
<style>
a { background-color: #05CCD2; }
a { background-color: rgb(5,204,210); }
div.DivClassName
{
background-color: #05CCD2;
}
.BgClassName
{
background-color: #05CCD2;
}
</style>
border-color css
<style>
span { border-color: #05CCD2; }
span { border-color: rgb(5,204,210); }
td.TdClassName
{
border-color: #05CCD2;
}
.TagClassName
{
border-color: #05CCD2;
}
</style>