Shades of Medium Turquoise #52DDCD
Tints of Medium Turquoise #52DDCD
RGB
CMYK
RGB Variations
Color information
#52DDCD (or 0x52DDCD) is known color: Medium Turquoise. HEX triplet: 52, DD and CD. RGB value is (82,221,205). Sum of RGB (Red+Green+Blue) = 82+221+205=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #52DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DDCD is #AD2232. Grayscale: #B1B1B1. Windows color (decimal): -11346483 or 13491538. OLE color: 13491538.
HSL color Cylindrical-coordinate representation of color #52DDCD: hue angle of 173.09º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DDCD is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 221 | 205 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.13 |
| HSL | 173.09º | 0.67% | 0.59% | - |
| HSV(B) | 173.09º | 0.63% | 0.87% | - |
| XYZ | 40.36 | 57.91 | 66.81 | - |
| YUV | 177.62 | 143.45 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 221 | 205 | 0.63 | 0 | 0.07 | 0.13 | 173.09 | 0.67 | 0.59 |
| Hex | 52 | DD | CD | 3F | 0 | 7 | D | AD | 43 | 3B |
| Octal | 122 | 335 | 315 | 77 | 0 | 7 | 15 | 255 | 103 | 73 |
| Binary | 1010010 | 11011101 | 11001101 | 111111 | 0 | 111 | 1101 | 10101101 | 1000011 | 111011 |
Color Harmonies of #52DDCD
Complementary color
Monochromatic Colors of #52DDCD
Black with #52DDCD
Text Example
Text Example
White with #52DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DDCD; }
p { color: rgb(82,221,205); }
H1.HeaderClassName
{
color: #52DDCD;
}
.AnyTagClassName
{
color: #52DDCD;
}
</style>
background-color css
<style>
a { background-color: #52DDCD; }
a { background-color: rgb(82,221,205); }
div.DivClassName
{
background-color: #52DDCD;
}
.BgClassName
{
background-color: #52DDCD;
}
</style>
border-color css
<style>
span { border-color: #52DDCD; }
span { border-color: rgb(82,221,205); }
td.TdClassName
{
border-color: #52DDCD;
}
.TagClassName
{
border-color: #52DDCD;
}
</style>