Shades of Turquoise #52E8C2
Tints of Turquoise #52E8C2
RGB
CMYK
RGB Variations
Color information
#52E8C2 (or 0x52E8C2) is known color: Turquoise. HEX triplet: 52, E8 and C2. RGB value is (82,232,194). Sum of RGB (Red+Green+Blue) = 82+232+194=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #52E8C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E8C2 is #AD173D. Grayscale: #B6B6B6. Windows color (decimal): -11343678 or 12773458. OLE color: 12773458.
HSL color Cylindrical-coordinate representation of color #52E8C2: hue angle of 164.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E8C2 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 232 | 194 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.09 |
| HSL | 164.8º | 0.77% | 0.62% | - |
| HSV(B) | 164.8º | 0.65% | 0.91% | - |
| XYZ | 42.07 | 63.4 | 61.06 | - |
| YUV | 182.82 | 134.31 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 232 | 194 | 0.65 | 0 | 0.16 | 0.09 | 164.8 | 0.77 | 0.62 |
| Hex | 52 | E8 | C2 | 41 | 0 | 10 | 9 | A5 | 4D | 3E |
| Octal | 122 | 350 | 302 | 101 | 0 | 20 | 11 | 245 | 115 | 76 |
| Binary | 1010010 | 11101000 | 11000010 | 1000001 | 0 | 10000 | 1001 | 10100101 | 1001101 | 111110 |
Color Harmonies of #52E8C2
Complementary color
Monochromatic Colors of #52E8C2
Black with #52E8C2
Text Example
Text Example
White with #52E8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E8C2; }
p { color: rgb(82,232,194); }
H1.HeaderClassName
{
color: #52E8C2;
}
.AnyTagClassName
{
color: #52E8C2;
}
</style>
background-color css
<style>
a { background-color: #52E8C2; }
a { background-color: rgb(82,232,194); }
div.DivClassName
{
background-color: #52E8C2;
}
.BgClassName
{
background-color: #52E8C2;
}
</style>
border-color css
<style>
span { border-color: #52E8C2; }
span { border-color: rgb(82,232,194); }
td.TdClassName
{
border-color: #52E8C2;
}
.TagClassName
{
border-color: #52E8C2;
}
</style>