Shades of Turquoise #52EBC0
Tints of Turquoise #52EBC0
RGB
CMYK
RGB Variations
Color information
#52EBC0 (or 0x52EBC0) is known color: Turquoise. HEX triplet: 52, EB and C0. RGB value is (82,235,192). Sum of RGB (Red+Green+Blue) = 82+235+192=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #52EBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EBC0 is #AD143F. Grayscale: #B8B8B8. Windows color (decimal): -11342912 or 12643154. OLE color: 12643154.
HSL color Cylindrical-coordinate representation of color #52EBC0: hue angle of 163.14º degrees, saturation: 0.79, 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 #52EBC0 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 235 | 192 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.08 |
| HSL | 163.14º | 0.79% | 0.62% | - |
| HSV(B) | 163.14º | 0.65% | 0.92% | - |
| XYZ | 42.7 | 65.02 | 60.17 | - |
| YUV | 184.35 | 132.31 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 235 | 192 | 0.65 | 0 | 0.18 | 0.08 | 163.14 | 0.79 | 0.62 |
| Hex | 52 | EB | C0 | 41 | 0 | 12 | 8 | A3 | 4F | 3E |
| Octal | 122 | 353 | 300 | 101 | 0 | 22 | 10 | 243 | 117 | 76 |
| Binary | 1010010 | 11101011 | 11000000 | 1000001 | 0 | 10010 | 1000 | 10100011 | 1001111 | 111110 |
Color Harmonies of #52EBC0
Complementary color
Monochromatic Colors of #52EBC0
Black with #52EBC0
Text Example
Text Example
White with #52EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EBC0; }
p { color: rgb(82,235,192); }
H1.HeaderClassName
{
color: #52EBC0;
}
.AnyTagClassName
{
color: #52EBC0;
}
</style>
background-color css
<style>
a { background-color: #52EBC0; }
a { background-color: rgb(82,235,192); }
div.DivClassName
{
background-color: #52EBC0;
}
.BgClassName
{
background-color: #52EBC0;
}
</style>
border-color css
<style>
span { border-color: #52EBC0; }
span { border-color: rgb(82,235,192); }
td.TdClassName
{
border-color: #52EBC0;
}
.TagClassName
{
border-color: #52EBC0;
}
</style>