Shades of Medium Turquoise #52D2C7
Tints of Medium Turquoise #52D2C7
RGB
CMYK
RGB Variations
Color information
#52D2C7 (or 0x52D2C7) is known color: Medium Turquoise. HEX triplet: 52, D2 and C7. RGB value is (82,210,199). Sum of RGB (Red+Green+Blue) = 82+210+199=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #52D2C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D2C7 is #AD2D38. Grayscale: #AAAAAA. Windows color (decimal): -11349305 or 13095506. OLE color: 13095506.
HSL color Cylindrical-coordinate representation of color #52D2C7: hue angle of 174.84º 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 #52D2C7 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 199 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.18 |
| HSL | 174.84º | 0.59% | 0.57% | - |
| HSV(B) | 174.84º | 0.61% | 0.82% | - |
| XYZ | 36.84 | 52.01 | 62.13 | - |
| YUV | 170.47 | 144.09 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 199 | 0.61 | 0 | 0.05 | 0.18 | 174.84 | 0.59 | 0.57 |
| Hex | 52 | D2 | C7 | 3D | 0 | 5 | 12 | AF | 3B | 39 |
| Octal | 122 | 322 | 307 | 75 | 0 | 5 | 22 | 257 | 73 | 71 |
| Binary | 1010010 | 11010010 | 11000111 | 111101 | 0 | 101 | 10010 | 10101111 | 111011 | 111001 |
Color Harmonies of #52D2C7
Complementary color
Monochromatic Colors of #52D2C7
Black with #52D2C7
Text Example
Text Example
White with #52D2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D2C7; }
p { color: rgb(82,210,199); }
H1.HeaderClassName
{
color: #52D2C7;
}
.AnyTagClassName
{
color: #52D2C7;
}
</style>
background-color css
<style>
a { background-color: #52D2C7; }
a { background-color: rgb(82,210,199); }
div.DivClassName
{
background-color: #52D2C7;
}
.BgClassName
{
background-color: #52D2C7;
}
</style>
border-color css
<style>
span { border-color: #52D2C7; }
span { border-color: rgb(82,210,199); }
td.TdClassName
{
border-color: #52D2C7;
}
.TagClassName
{
border-color: #52D2C7;
}
</style>