Shades of Turquoise #52E7D0
Tints of Turquoise #52E7D0
RGB
CMYK
RGB Variations
Color information
#52E7D0 (or 0x52E7D0) is known color: Turquoise. HEX triplet: 52, E7 and D0. RGB value is (82,231,208). Sum of RGB (Red+Green+Blue) = 82+231+208=521 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.74% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #52E7D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E7D0 is #AD182F. Grayscale: #B7B7B7. Windows color (decimal): -11343920 or 13690706. OLE color: 13690706.
HSL color Cylindrical-coordinate representation of color #52E7D0: hue angle of 170.74º 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 #52E7D0 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 231 | 208 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.09 |
| HSL | 170.74º | 0.76% | 0.61% | - |
| HSV(B) | 170.74º | 0.65% | 0.91% | - |
| XYZ | 43.44 | 63.5 | 69.64 | - |
| YUV | 183.83 | 141.64 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 231 | 208 | 0.65 | 0 | 0.10 | 0.09 | 170.74 | 0.76 | 0.61 |
| Hex | 52 | E7 | D0 | 41 | 0 | A | 9 | AB | 4C | 3D |
| Octal | 122 | 347 | 320 | 101 | 0 | 12 | 11 | 253 | 114 | 75 |
| Binary | 1010010 | 11100111 | 11010000 | 1000001 | 0 | 1010 | 1001 | 10101011 | 1001100 | 111101 |
Color Harmonies of #52E7D0
Complementary color
Monochromatic Colors of #52E7D0
Black with #52E7D0
Text Example
Text Example
White with #52E7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E7D0; }
p { color: rgb(82,231,208); }
H1.HeaderClassName
{
color: #52E7D0;
}
.AnyTagClassName
{
color: #52E7D0;
}
</style>
background-color css
<style>
a { background-color: #52E7D0; }
a { background-color: rgb(82,231,208); }
div.DivClassName
{
background-color: #52E7D0;
}
.BgClassName
{
background-color: #52E7D0;
}
</style>
border-color css
<style>
span { border-color: #52E7D0; }
span { border-color: rgb(82,231,208); }
td.TdClassName
{
border-color: #52E7D0;
}
.TagClassName
{
border-color: #52E7D0;
}
</style>