Shades of Medium Turquoise #52D8C8
Tints of Medium Turquoise #52D8C8
RGB
CMYK
RGB Variations
Color information
#52D8C8 (or 0x52D8C8) is known color: Medium Turquoise. HEX triplet: 52, D8 and C8. RGB value is (82,216,200). Sum of RGB (Red+Green+Blue) = 82+216+200=498 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.47% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #52D8C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D8C8 is #AD2737. Grayscale: #AEAEAE. Windows color (decimal): -11347768 or 13162578. OLE color: 13162578.
HSL color Cylindrical-coordinate representation of color #52D8C8: hue angle of 172.84º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D8C8 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 216 | 200 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.15 |
| HSL | 172.84º | 0.63% | 0.58% | - |
| HSV(B) | 172.84º | 0.62% | 0.85% | - |
| XYZ | 38.46 | 55.08 | 63.25 | - |
| YUV | 174.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 216 | 200 | 0.62 | 0 | 0.07 | 0.15 | 172.84 | 0.63 | 0.58 |
| Hex | 52 | D8 | C8 | 3E | 0 | 7 | F | AD | 3F | 3A |
| Octal | 122 | 330 | 310 | 76 | 0 | 7 | 17 | 255 | 77 | 72 |
| Binary | 1010010 | 11011000 | 11001000 | 111110 | 0 | 111 | 1111 | 10101101 | 111111 | 111010 |
Color Harmonies of #52D8C8
Complementary color
Monochromatic Colors of #52D8C8
Black with #52D8C8
Text Example
Text Example
White with #52D8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D8C8; }
p { color: rgb(82,216,200); }
H1.HeaderClassName
{
color: #52D8C8;
}
.AnyTagClassName
{
color: #52D8C8;
}
</style>
background-color css
<style>
a { background-color: #52D8C8; }
a { background-color: rgb(82,216,200); }
div.DivClassName
{
background-color: #52D8C8;
}
.BgClassName
{
background-color: #52D8C8;
}
</style>
border-color css
<style>
span { border-color: #52D8C8; }
span { border-color: rgb(82,216,200); }
td.TdClassName
{
border-color: #52D8C8;
}
.TagClassName
{
border-color: #52D8C8;
}
</style>