Shades of Turquoise #52E6CE
Tints of Turquoise #52E6CE
RGB
CMYK
RGB Variations
Color information
#52E6CE (or 0x52E6CE) is known color: Turquoise. HEX triplet: 52, E6 and CE. RGB value is (82,230,206). Sum of RGB (Red+Green+Blue) = 82+230+206=518 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.83% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #52E6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E6CE is #AD1931. Grayscale: #B6B6B6. Windows color (decimal): -11344178 or 13559378. OLE color: 13559378.
HSL color Cylindrical-coordinate representation of color #52E6CE: hue angle of 170.27º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E6CE is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 230 | 206 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.10 |
| HSL | 170.27º | 0.75% | 0.61% | - |
| HSV(B) | 170.27º | 0.64% | 0.9% | - |
| XYZ | 42.92 | 62.84 | 68.26 | - |
| YUV | 183.01 | 140.97 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 230 | 206 | 0.64 | 0 | 0.10 | 0.10 | 170.27 | 0.75 | 0.61 |
| Hex | 52 | E6 | CE | 40 | 0 | A | A | AA | 4B | 3D |
| Octal | 122 | 346 | 316 | 100 | 0 | 12 | 12 | 252 | 113 | 75 |
| Binary | 1010010 | 11100110 | 11001110 | 1000000 | 0 | 1010 | 1010 | 10101010 | 1001011 | 111101 |
Color Harmonies of #52E6CE
Complementary color
Monochromatic Colors of #52E6CE
Black with #52E6CE
Text Example
Text Example
White with #52E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E6CE; }
p { color: rgb(82,230,206); }
H1.HeaderClassName
{
color: #52E6CE;
}
.AnyTagClassName
{
color: #52E6CE;
}
</style>
background-color css
<style>
a { background-color: #52E6CE; }
a { background-color: rgb(82,230,206); }
div.DivClassName
{
background-color: #52E6CE;
}
.BgClassName
{
background-color: #52E6CE;
}
</style>
border-color css
<style>
span { border-color: #52E6CE; }
span { border-color: rgb(82,230,206); }
td.TdClassName
{
border-color: #52E6CE;
}
.TagClassName
{
border-color: #52E6CE;
}
</style>