Shades of Turquoise #52EABC
Tints of Turquoise #52EABC
RGB
CMYK
RGB Variations
Color information
#52EABC (or 0x52EABC) is known color: Turquoise. HEX triplet: 52, EA and BC. RGB value is (82,234,188). Sum of RGB (Red+Green+Blue) = 82+234+188=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #52EABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EABC is #AD1543. Grayscale: #B7B7B7. Windows color (decimal): -11343172 or 12380754. OLE color: 12380754.
HSL color Cylindrical-coordinate representation of color #52EABC: hue angle of 161.84º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EABC is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 234 | 188 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.08 |
| HSL | 161.84º | 0.78% | 0.62% | - |
| HSV(B) | 161.84º | 0.65% | 0.92% | - |
| XYZ | 41.98 | 64.27 | 57.77 | - |
| YUV | 183.31 | 130.64 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 234 | 188 | 0.65 | 0 | 0.20 | 0.08 | 161.84 | 0.78 | 0.62 |
| Hex | 52 | EA | BC | 41 | 0 | 14 | 8 | A2 | 4E | 3E |
| Octal | 122 | 352 | 274 | 101 | 0 | 24 | 10 | 242 | 116 | 76 |
| Binary | 1010010 | 11101010 | 10111100 | 1000001 | 0 | 10100 | 1000 | 10100010 | 1001110 | 111110 |
Color Harmonies of #52EABC
Complementary color
Monochromatic Colors of #52EABC
Black with #52EABC
Text Example
Text Example
White with #52EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EABC; }
p { color: rgb(82,234,188); }
H1.HeaderClassName
{
color: #52EABC;
}
.AnyTagClassName
{
color: #52EABC;
}
</style>
background-color css
<style>
a { background-color: #52EABC; }
a { background-color: rgb(82,234,188); }
div.DivClassName
{
background-color: #52EABC;
}
.BgClassName
{
background-color: #52EABC;
}
</style>
border-color css
<style>
span { border-color: #52EABC; }
span { border-color: rgb(82,234,188); }
td.TdClassName
{
border-color: #52EABC;
}
.TagClassName
{
border-color: #52EABC;
}
</style>