Shades of Turquoise #52EBC9
Tints of Turquoise #52EBC9
RGB
CMYK
RGB Variations
Color information
#52EBC9 (or 0x52EBC9) is known color: Turquoise. HEX triplet: 52, EB and C9. RGB value is (82,235,201). Sum of RGB (Red+Green+Blue) = 82+235+201=518 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.83% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #52EBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EBC9 is #AD1436. Grayscale: #B9B9B9. Windows color (decimal): -11342903 or 13232978. OLE color: 13232978.
HSL color Cylindrical-coordinate representation of color #52EBC9: hue angle of 166.67º 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 #52EBC9 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 235 | 201 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.08 |
| HSL | 166.67º | 0.79% | 0.62% | - |
| HSV(B) | 166.67º | 0.65% | 0.92% | - |
| XYZ | 43.73 | 65.43 | 65.58 | - |
| YUV | 185.38 | 136.81 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 235 | 201 | 0.65 | 0 | 0.14 | 0.08 | 166.67 | 0.79 | 0.62 |
| Hex | 52 | EB | C9 | 41 | 0 | E | 8 | A7 | 4F | 3E |
| Octal | 122 | 353 | 311 | 101 | 0 | 16 | 10 | 247 | 117 | 76 |
| Binary | 1010010 | 11101011 | 11001001 | 1000001 | 0 | 1110 | 1000 | 10100111 | 1001111 | 111110 |
Color Harmonies of #52EBC9
Complementary color
Monochromatic Colors of #52EBC9
Black with #52EBC9
Text Example
Text Example
White with #52EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EBC9; }
p { color: rgb(82,235,201); }
H1.HeaderClassName
{
color: #52EBC9;
}
.AnyTagClassName
{
color: #52EBC9;
}
</style>
background-color css
<style>
a { background-color: #52EBC9; }
a { background-color: rgb(82,235,201); }
div.DivClassName
{
background-color: #52EBC9;
}
.BgClassName
{
background-color: #52EBC9;
}
</style>
border-color css
<style>
span { border-color: #52EBC9; }
span { border-color: rgb(82,235,201); }
td.TdClassName
{
border-color: #52EBC9;
}
.TagClassName
{
border-color: #52EBC9;
}
</style>