Shades of Turquoise #52F2D9
Tints of Turquoise #52F2D9
RGB
CMYK
RGB Variations
Color information
#52F2D9 (or 0x52F2D9) is known color: Turquoise. HEX triplet: 52, F2 and D9. RGB value is (82,242,217). Sum of RGB (Red+Green+Blue) = 82+242+217=541 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.16% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F2D9 is #AD0D26. Grayscale: #BFBFBF. Windows color (decimal): -11341095 or 14283346. OLE color: 14283346.
HSL color Cylindrical-coordinate representation of color #52F2D9: hue angle of 170.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F2D9 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 217 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.05 |
| HSL | 170.63º | 0.86% | 0.64% | - |
| HSV(B) | 170.63º | 0.66% | 0.95% | - |
| XYZ | 47.76 | 70.31 | 76.7 | - |
| YUV | 191.31 | 142.49 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 217 | 0.66 | 0 | 0.10 | 0.05 | 170.63 | 0.86 | 0.64 |
| Hex | 52 | F2 | D9 | 42 | 0 | A | 5 | AB | 56 | 40 |
| Octal | 122 | 362 | 331 | 102 | 0 | 12 | 5 | 253 | 126 | 100 |
| Binary | 1010010 | 11110010 | 11011001 | 1000010 | 0 | 1010 | 101 | 10101011 | 1010110 | 1000000 |
Color Harmonies of #52F2D9
Complementary color
Monochromatic Colors of #52F2D9
Black with #52F2D9
Text Example
Text Example
White with #52F2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2D9; }
p { color: rgb(82,242,217); }
H1.HeaderClassName
{
color: #52F2D9;
}
.AnyTagClassName
{
color: #52F2D9;
}
</style>
background-color css
<style>
a { background-color: #52F2D9; }
a { background-color: rgb(82,242,217); }
div.DivClassName
{
background-color: #52F2D9;
}
.BgClassName
{
background-color: #52F2D9;
}
</style>
border-color css
<style>
span { border-color: #52F2D9; }
span { border-color: rgb(82,242,217); }
td.TdClassName
{
border-color: #52F2D9;
}
.TagClassName
{
border-color: #52F2D9;
}
</style>