Shades of Turquoise #52E5D9
Tints of Turquoise #52E5D9
RGB
CMYK
RGB Variations
Color information
#52E5D9 (or 0x52E5D9) is known color: Turquoise. HEX triplet: 52, E5 and D9. RGB value is (82,229,217). Sum of RGB (Red+Green+Blue) = 82+229+217=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #52E5D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52E5D9 is #AD1A26. Grayscale: #B7B7B7. Windows color (decimal): -11344423 or 14280018. OLE color: 14280018.
HSL color Cylindrical-coordinate representation of color #52E5D9: hue angle of 175.1º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E5D9 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 229 | 217 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.10 |
| HSL | 175.1º | 0.74% | 0.61% | - |
| HSV(B) | 175.1º | 0.64% | 0.9% | - |
| XYZ | 44.02 | 62.84 | 75.46 | - |
| YUV | 183.68 | 146.8 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 229 | 217 | 0.64 | 0 | 0.05 | 0.10 | 175.1 | 0.74 | 0.61 |
| Hex | 52 | E5 | D9 | 40 | 0 | 5 | A | AF | 4A | 3D |
| Octal | 122 | 345 | 331 | 100 | 0 | 5 | 12 | 257 | 112 | 75 |
| Binary | 1010010 | 11100101 | 11011001 | 1000000 | 0 | 101 | 1010 | 10101111 | 1001010 | 111101 |
Color Harmonies of #52E5D9
Complementary color
Monochromatic Colors of #52E5D9
Black with #52E5D9
Text Example
Text Example
White with #52E5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E5D9; }
p { color: rgb(82,229,217); }
H1.HeaderClassName
{
color: #52E5D9;
}
.AnyTagClassName
{
color: #52E5D9;
}
</style>
background-color css
<style>
a { background-color: #52E5D9; }
a { background-color: rgb(82,229,217); }
div.DivClassName
{
background-color: #52E5D9;
}
.BgClassName
{
background-color: #52E5D9;
}
</style>
border-color css
<style>
span { border-color: #52E5D9; }
span { border-color: rgb(82,229,217); }
td.TdClassName
{
border-color: #52E5D9;
}
.TagClassName
{
border-color: #52E5D9;
}
</style>