Shades of Turquoise #52E7E6
Tints of Turquoise #52E7E6
RGB
CMYK
RGB Variations
Color information
#52E7E6 (or 0x52E7E6) is known color: Turquoise. HEX triplet: 52, E7 and E6. RGB value is (82,231,230). Sum of RGB (Red+Green+Blue) = 82+231+230=543 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.10% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #52E7E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52E7E6 is #AD1819. Grayscale: #BABABA. Windows color (decimal): -11343898 or 15132498. OLE color: 15132498.
HSL color Cylindrical-coordinate representation of color #52E7E6: hue angle of 179.6º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E7E6 is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 231 | 230 | - |
| CMYK | 0.65 | 0 | 0.00 | 0.09 |
| HSL | 179.6º | 0.76% | 0.61% | - |
| HSV(B) | 179.6º | 0.65% | 0.91% | - |
| XYZ | 46.34 | 64.66 | 84.9 | - |
| YUV | 186.34 | 152.64 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 231 | 230 | 0.65 | 0 | 0.00 | 0.09 | 179.6 | 0.76 | 0.61 |
| Hex | 52 | E7 | E6 | 41 | 0 | 0 | 9 | B4 | 4C | 3D |
| Octal | 122 | 347 | 346 | 101 | 0 | 0 | 11 | 264 | 114 | 75 |
| Binary | 1010010 | 11100111 | 11100110 | 1000001 | 0 | 0 | 1001 | 10110100 | 1001100 | 111101 |
Color Harmonies of #52E7E6
Complementary color
Monochromatic Colors of #52E7E6
Black with #52E7E6
Text Example
Text Example
White with #52E7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E7E6; }
p { color: rgb(82,231,230); }
H1.HeaderClassName
{
color: #52E7E6;
}
.AnyTagClassName
{
color: #52E7E6;
}
</style>
background-color css
<style>
a { background-color: #52E7E6; }
a { background-color: rgb(82,231,230); }
div.DivClassName
{
background-color: #52E7E6;
}
.BgClassName
{
background-color: #52E7E6;
}
</style>
border-color css
<style>
span { border-color: #52E7E6; }
span { border-color: rgb(82,231,230); }
td.TdClassName
{
border-color: #52E7E6;
}
.TagClassName
{
border-color: #52E7E6;
}
</style>