Shades of Medium Turquoise #52D4CE
Tints of Medium Turquoise #52D4CE
RGB
CMYK
RGB Variations
Color information
#52D4CE (or 0x52D4CE) is known color: Medium Turquoise. HEX triplet: 52, D4 and CE. RGB value is (82,212,206). Sum of RGB (Red+Green+Blue) = 82+212+206=500 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.4% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #52D4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D4CE is #AD2B31. Grayscale: #ACACAC. Windows color (decimal): -11348786 or 13554770. OLE color: 13554770.
HSL color Cylindrical-coordinate representation of color #52D4CE: hue angle of 177.23º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D4CE is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 212 | 206 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.17 |
| HSL | 177.23º | 0.6% | 0.58% | - |
| HSV(B) | 177.23º | 0.61% | 0.83% | - |
| XYZ | 38.16 | 53.34 | 66.68 | - |
| YUV | 172.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 212 | 206 | 0.61 | 0 | 0.03 | 0.17 | 177.23 | 0.6 | 0.58 |
| Hex | 52 | D4 | CE | 3D | 0 | 3 | 11 | B1 | 3C | 3A |
| Octal | 122 | 324 | 316 | 75 | 0 | 3 | 21 | 261 | 74 | 72 |
| Binary | 1010010 | 11010100 | 11001110 | 111101 | 0 | 11 | 10001 | 10110001 | 111100 | 111010 |
Color Harmonies of #52D4CE
Complementary color
Monochromatic Colors of #52D4CE
Black with #52D4CE
Text Example
Text Example
White with #52D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D4CE; }
p { color: rgb(82,212,206); }
H1.HeaderClassName
{
color: #52D4CE;
}
.AnyTagClassName
{
color: #52D4CE;
}
</style>
background-color css
<style>
a { background-color: #52D4CE; }
a { background-color: rgb(82,212,206); }
div.DivClassName
{
background-color: #52D4CE;
}
.BgClassName
{
background-color: #52D4CE;
}
</style>
border-color css
<style>
span { border-color: #52D4CE; }
span { border-color: rgb(82,212,206); }
td.TdClassName
{
border-color: #52D4CE;
}
.TagClassName
{
border-color: #52D4CE;
}
</style>