Shades of Medium Turquoise #52D4BE
Tints of Medium Turquoise #52D4BE
RGB
CMYK
RGB Variations
Color information
#52D4BE (or 0x52D4BE) is known color: Medium Turquoise. HEX triplet: 52, D4 and BE. RGB value is (82,212,190). Sum of RGB (Red+Green+Blue) = 82+212+190=484 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.94% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #52D4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D4BE is #AD2B41. Grayscale: #AAAAAA. Windows color (decimal): -11348802 or 12506194. OLE color: 12506194.
HSL color Cylindrical-coordinate representation of color #52D4BE: hue angle of 169.85º 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 #52D4BE is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 212 | 190 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.17 |
| HSL | 169.85º | 0.6% | 0.58% | - |
| HSV(B) | 169.85º | 0.61% | 0.83% | - |
| XYZ | 36.32 | 52.6 | 56.95 | - |
| YUV | 170.62 | 138.93 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 212 | 190 | 0.61 | 0 | 0.10 | 0.17 | 169.85 | 0.6 | 0.58 |
| Hex | 52 | D4 | BE | 3D | 0 | A | 11 | AA | 3C | 3A |
| Octal | 122 | 324 | 276 | 75 | 0 | 12 | 21 | 252 | 74 | 72 |
| Binary | 1010010 | 11010100 | 10111110 | 111101 | 0 | 1010 | 10001 | 10101010 | 111100 | 111010 |
Color Harmonies of #52D4BE
Complementary color
Monochromatic Colors of #52D4BE
Black with #52D4BE
Text Example
Text Example
White with #52D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D4BE; }
p { color: rgb(82,212,190); }
H1.HeaderClassName
{
color: #52D4BE;
}
.AnyTagClassName
{
color: #52D4BE;
}
</style>
background-color css
<style>
a { background-color: #52D4BE; }
a { background-color: rgb(82,212,190); }
div.DivClassName
{
background-color: #52D4BE;
}
.BgClassName
{
background-color: #52D4BE;
}
</style>
border-color css
<style>
span { border-color: #52D4BE; }
span { border-color: rgb(82,212,190); }
td.TdClassName
{
border-color: #52D4BE;
}
.TagClassName
{
border-color: #52D4BE;
}
</style>