Shades of Turquoise #52EBC2
Tints of Turquoise #52EBC2
RGB
CMYK
RGB Variations
Color information
#52EBC2 (or 0x52EBC2) is known color: Turquoise. HEX triplet: 52, EB and C2. RGB value is (82,235,194). Sum of RGB (Red+Green+Blue) = 82+235+194=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #52EBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EBC2 is #AD143D. Grayscale: #B8B8B8. Windows color (decimal): -11342910 or 12774226. OLE color: 12774226.
HSL color Cylindrical-coordinate representation of color #52EBC2: hue angle of 163.92º 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 #52EBC2 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 235 | 194 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.08 |
| HSL | 163.92º | 0.79% | 0.62% | - |
| HSV(B) | 163.92º | 0.65% | 0.92% | - |
| XYZ | 42.93 | 65.11 | 61.34 | - |
| YUV | 184.58 | 133.31 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 235 | 194 | 0.65 | 0 | 0.17 | 0.08 | 163.92 | 0.79 | 0.62 |
| Hex | 52 | EB | C2 | 41 | 0 | 11 | 8 | A4 | 4F | 3E |
| Octal | 122 | 353 | 302 | 101 | 0 | 21 | 10 | 244 | 117 | 76 |
| Binary | 1010010 | 11101011 | 11000010 | 1000001 | 0 | 10001 | 1000 | 10100100 | 1001111 | 111110 |
Color Harmonies of #52EBC2
Complementary color
Monochromatic Colors of #52EBC2
Black with #52EBC2
Text Example
Text Example
White with #52EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EBC2; }
p { color: rgb(82,235,194); }
H1.HeaderClassName
{
color: #52EBC2;
}
.AnyTagClassName
{
color: #52EBC2;
}
</style>
background-color css
<style>
a { background-color: #52EBC2; }
a { background-color: rgb(82,235,194); }
div.DivClassName
{
background-color: #52EBC2;
}
.BgClassName
{
background-color: #52EBC2;
}
</style>
border-color css
<style>
span { border-color: #52EBC2; }
span { border-color: rgb(82,235,194); }
td.TdClassName
{
border-color: #52EBC2;
}
.TagClassName
{
border-color: #52EBC2;
}
</style>