Shades of Medium Turquoise #52D0C9
Tints of Medium Turquoise #52D0C9
RGB
CMYK
RGB Variations
Color information
#52D0C9 (or 0x52D0C9) is known color: Medium Turquoise. HEX triplet: 52, D0 and C9. RGB value is (82,208,201). Sum of RGB (Red+Green+Blue) = 82+208+201=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #52D0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D0C9 is #AD2F36. Grayscale: #A9A9A9. Windows color (decimal): -11349815 or 13226066. OLE color: 13226066.
HSL color Cylindrical-coordinate representation of color #52D0C9: hue angle of 176.67º degrees, saturation: 0.57, 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 #52D0C9 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 208 | 201 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.18 |
| HSL | 176.67º | 0.57% | 0.57% | - |
| HSV(B) | 176.67º | 0.61% | 0.82% | - |
| XYZ | 36.58 | 51.12 | 63.2 | - |
| YUV | 169.53 | 145.76 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 208 | 201 | 0.61 | 0 | 0.03 | 0.18 | 176.67 | 0.57 | 0.57 |
| Hex | 52 | D0 | C9 | 3D | 0 | 3 | 12 | B1 | 39 | 39 |
| Octal | 122 | 320 | 311 | 75 | 0 | 3 | 22 | 261 | 71 | 71 |
| Binary | 1010010 | 11010000 | 11001001 | 111101 | 0 | 11 | 10010 | 10110001 | 111001 | 111001 |
Color Harmonies of #52D0C9
Complementary color
Monochromatic Colors of #52D0C9
Black with #52D0C9
Text Example
Text Example
White with #52D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D0C9; }
p { color: rgb(82,208,201); }
H1.HeaderClassName
{
color: #52D0C9;
}
.AnyTagClassName
{
color: #52D0C9;
}
</style>
background-color css
<style>
a { background-color: #52D0C9; }
a { background-color: rgb(82,208,201); }
div.DivClassName
{
background-color: #52D0C9;
}
.BgClassName
{
background-color: #52D0C9;
}
</style>
border-color css
<style>
span { border-color: #52D0C9; }
span { border-color: rgb(82,208,201); }
td.TdClassName
{
border-color: #52D0C9;
}
.TagClassName
{
border-color: #52D0C9;
}
</style>