Shades of Turquoise #52EAC2
Tints of Turquoise #52EAC2
RGB
CMYK
RGB Variations
Color information
#52EAC2 (or 0x52EAC2) is known color: Turquoise. HEX triplet: 52, EA and C2. RGB value is (82,234,194). Sum of RGB (Red+Green+Blue) = 82+234+194=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #52EAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EAC2 is #AD153D. Grayscale: #B8B8B8. Windows color (decimal): -11343166 or 12773970. OLE color: 12773970.
HSL color Cylindrical-coordinate representation of color #52EAC2: hue angle of 164.21º 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 #52EAC2 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 234 | 194 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.08 |
| HSL | 164.21º | 0.78% | 0.62% | - |
| HSV(B) | 164.21º | 0.65% | 0.92% | - |
| XYZ | 42.64 | 64.53 | 61.25 | - |
| YUV | 183.99 | 133.64 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 234 | 194 | 0.65 | 0 | 0.17 | 0.08 | 164.21 | 0.78 | 0.62 |
| Hex | 52 | EA | C2 | 41 | 0 | 11 | 8 | A4 | 4E | 3E |
| Octal | 122 | 352 | 302 | 101 | 0 | 21 | 10 | 244 | 116 | 76 |
| Binary | 1010010 | 11101010 | 11000010 | 1000001 | 0 | 10001 | 1000 | 10100100 | 1001110 | 111110 |
Color Harmonies of #52EAC2
Complementary color
Monochromatic Colors of #52EAC2
Black with #52EAC2
Text Example
Text Example
White with #52EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EAC2; }
p { color: rgb(82,234,194); }
H1.HeaderClassName
{
color: #52EAC2;
}
.AnyTagClassName
{
color: #52EAC2;
}
</style>
background-color css
<style>
a { background-color: #52EAC2; }
a { background-color: rgb(82,234,194); }
div.DivClassName
{
background-color: #52EAC2;
}
.BgClassName
{
background-color: #52EAC2;
}
</style>
border-color css
<style>
span { border-color: #52EAC2; }
span { border-color: rgb(82,234,194); }
td.TdClassName
{
border-color: #52EAC2;
}
.TagClassName
{
border-color: #52EAC2;
}
</style>