Shades of Medium Turquoise #52C7D2
Tints of Medium Turquoise #52C7D2
RGB
CMYK
RGB Variations
Color information
#52C7D2 (or 0x52C7D2) is known color: Medium Turquoise. HEX triplet: 52, C7 and D2. RGB value is (82,199,210). Sum of RGB (Red+Green+Blue) = 82+199+210=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #52C7D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C7D2 is #AD382D. Grayscale: #A5A5A5. Windows color (decimal): -11352110 or 13813586. OLE color: 13813586.
HSL color Cylindrical-coordinate representation of color #52C7D2: hue angle of 185.16º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52C7D2 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 199 | 210 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.18 |
| HSL | 185.16º | 0.59% | 0.57% | - |
| HSV(B) | 185.16º | 0.61% | 0.82% | - |
| XYZ | 35.54 | 47.29 | 68.23 | - |
| YUV | 165.27 | 153.24 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 199 | 210 | 0.61 | 0.05 | 0 | 0.18 | 185.16 | 0.59 | 0.57 |
| Hex | 52 | C7 | D2 | 3D | 5 | 0 | 12 | B9 | 3B | 39 |
| Octal | 122 | 307 | 322 | 75 | 5 | 0 | 22 | 271 | 73 | 71 |
| Binary | 1010010 | 11000111 | 11010010 | 111101 | 101 | 0 | 10010 | 10111001 | 111011 | 111001 |
Color Harmonies of #52C7D2
Complementary color
Monochromatic Colors of #52C7D2
Black with #52C7D2
Text Example
Text Example
White with #52C7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C7D2; }
p { color: rgb(82,199,210); }
H1.HeaderClassName
{
color: #52C7D2;
}
.AnyTagClassName
{
color: #52C7D2;
}
</style>
background-color css
<style>
a { background-color: #52C7D2; }
a { background-color: rgb(82,199,210); }
div.DivClassName
{
background-color: #52C7D2;
}
.BgClassName
{
background-color: #52C7D2;
}
</style>
border-color css
<style>
span { border-color: #52C7D2; }
span { border-color: rgb(82,199,210); }
td.TdClassName
{
border-color: #52C7D2;
}
.TagClassName
{
border-color: #52C7D2;
}
</style>