Shades of Turquoise #52E7D6
Tints of Turquoise #52E7D6
RGB
CMYK
RGB Variations
Color information
#52E7D6 (or 0x52E7D6) is known color: Turquoise. HEX triplet: 52, E7 and D6. RGB value is (82,231,214). Sum of RGB (Red+Green+Blue) = 82+231+214=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #52E7D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E7D6 is #AD1829. Grayscale: #B8B8B8. Windows color (decimal): -11343914 or 14083922. OLE color: 14083922.
HSL color Cylindrical-coordinate representation of color #52E7D6: hue angle of 173.15º 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 #52E7D6 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 231 | 214 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.09 |
| HSL | 173.15º | 0.76% | 0.61% | - |
| HSV(B) | 173.15º | 0.65% | 0.91% | - |
| XYZ | 44.19 | 63.8 | 73.6 | - |
| YUV | 184.51 | 144.64 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 231 | 214 | 0.65 | 0 | 0.07 | 0.09 | 173.15 | 0.76 | 0.61 |
| Hex | 52 | E7 | D6 | 41 | 0 | 7 | 9 | AD | 4C | 3D |
| Octal | 122 | 347 | 326 | 101 | 0 | 7 | 11 | 255 | 114 | 75 |
| Binary | 1010010 | 11100111 | 11010110 | 1000001 | 0 | 111 | 1001 | 10101101 | 1001100 | 111101 |
Color Harmonies of #52E7D6
Complementary color
Monochromatic Colors of #52E7D6
Black with #52E7D6
Text Example
Text Example
White with #52E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E7D6; }
p { color: rgb(82,231,214); }
H1.HeaderClassName
{
color: #52E7D6;
}
.AnyTagClassName
{
color: #52E7D6;
}
</style>
background-color css
<style>
a { background-color: #52E7D6; }
a { background-color: rgb(82,231,214); }
div.DivClassName
{
background-color: #52E7D6;
}
.BgClassName
{
background-color: #52E7D6;
}
</style>
border-color css
<style>
span { border-color: #52E7D6; }
span { border-color: rgb(82,231,214); }
td.TdClassName
{
border-color: #52E7D6;
}
.TagClassName
{
border-color: #52E7D6;
}
</style>