Shades of Turquoise #52F2B7
Tints of Turquoise #52F2B7
RGB
CMYK
RGB Variations
Color information
#52F2B7 (or 0x52F2B7) is known color: Turquoise. HEX triplet: 52, F2 and B7. RGB value is (82,242,183). Sum of RGB (Red+Green+Blue) = 82+242+183=507 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.17% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F2B7 is #AD0D48. Grayscale: #BBBBBB. Windows color (decimal): -11341129 or 12055122. OLE color: 12055122.
HSL color Cylindrical-coordinate representation of color #52F2B7: hue angle of 157.88º 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 #52F2B7 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 183 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.05 |
| HSL | 157.88º | 0.86% | 0.64% | - |
| HSV(B) | 157.88º | 0.66% | 0.95% | - |
| XYZ | 43.78 | 68.72 | 55.76 | - |
| YUV | 187.43 | 125.49 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 183 | 0.66 | 0 | 0.24 | 0.05 | 157.88 | 0.86 | 0.64 |
| Hex | 52 | F2 | B7 | 42 | 0 | 18 | 5 | 9E | 56 | 40 |
| Octal | 122 | 362 | 267 | 102 | 0 | 30 | 5 | 236 | 126 | 100 |
| Binary | 1010010 | 11110010 | 10110111 | 1000010 | 0 | 11000 | 101 | 10011110 | 1010110 | 1000000 |
Color Harmonies of #52F2B7
Complementary color
Monochromatic Colors of #52F2B7
Black with #52F2B7
Text Example
Text Example
White with #52F2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2B7; }
p { color: rgb(82,242,183); }
H1.HeaderClassName
{
color: #52F2B7;
}
.AnyTagClassName
{
color: #52F2B7;
}
</style>
background-color css
<style>
a { background-color: #52F2B7; }
a { background-color: rgb(82,242,183); }
div.DivClassName
{
background-color: #52F2B7;
}
.BgClassName
{
background-color: #52F2B7;
}
</style>
border-color css
<style>
span { border-color: #52F2B7; }
span { border-color: rgb(82,242,183); }
td.TdClassName
{
border-color: #52F2B7;
}
.TagClassName
{
border-color: #52F2B7;
}
</style>