Shades of Turquoise #52F2B9
Tints of Turquoise #52F2B9
RGB
CMYK
RGB Variations
Color information
#52F2B9 (or 0x52F2B9) is known color: Turquoise. HEX triplet: 52, F2 and B9. RGB value is (82,242,185). Sum of RGB (Red+Green+Blue) = 82+242+185=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F2B9 is #AD0D46. Grayscale: #BBBBBB. Windows color (decimal): -11341127 or 12186194. OLE color: 12186194.
HSL color Cylindrical-coordinate representation of color #52F2B9: hue angle of 158.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 #52F2B9 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 185 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.05 |
| HSL | 158.63º | 0.86% | 0.64% | - |
| HSV(B) | 158.63º | 0.66% | 0.95% | - |
| XYZ | 43.99 | 68.8 | 56.86 | - |
| YUV | 187.66 | 126.49 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 185 | 0.66 | 0 | 0.24 | 0.05 | 158.63 | 0.86 | 0.64 |
| Hex | 52 | F2 | B9 | 42 | 0 | 18 | 5 | 9F | 56 | 40 |
| Octal | 122 | 362 | 271 | 102 | 0 | 30 | 5 | 237 | 126 | 100 |
| Binary | 1010010 | 11110010 | 10111001 | 1000010 | 0 | 11000 | 101 | 10011111 | 1010110 | 1000000 |
Color Harmonies of #52F2B9
Complementary color
Monochromatic Colors of #52F2B9
Black with #52F2B9
Text Example
Text Example
White with #52F2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2B9; }
p { color: rgb(82,242,185); }
H1.HeaderClassName
{
color: #52F2B9;
}
.AnyTagClassName
{
color: #52F2B9;
}
</style>
background-color css
<style>
a { background-color: #52F2B9; }
a { background-color: rgb(82,242,185); }
div.DivClassName
{
background-color: #52F2B9;
}
.BgClassName
{
background-color: #52F2B9;
}
</style>
border-color css
<style>
span { border-color: #52F2B9; }
span { border-color: rgb(82,242,185); }
td.TdClassName
{
border-color: #52F2B9;
}
.TagClassName
{
border-color: #52F2B9;
}
</style>