Shades of Turquoise #52F4C0
Tints of Turquoise #52F4C0
RGB
CMYK
RGB Variations
Color information
#52F4C0 (or 0x52F4C0) is known color: Turquoise. HEX triplet: 52, F4 and C0. RGB value is (82,244,192). Sum of RGB (Red+Green+Blue) = 82+244+192=518 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.83% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #52F4C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F4C0 is #AD0B3F. Grayscale: #BDBDBD. Windows color (decimal): -11340608 or 12645458. OLE color: 12645458.
HSL color Cylindrical-coordinate representation of color #52F4C0: hue angle of 160.74º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F4C0 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 244 | 192 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.04 |
| HSL | 160.74º | 0.88% | 0.64% | - |
| HSV(B) | 160.74º | 0.66% | 0.96% | - |
| XYZ | 45.34 | 70.3 | 61.05 | - |
| YUV | 189.63 | 129.33 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 244 | 192 | 0.66 | 0 | 0.21 | 0.04 | 160.74 | 0.88 | 0.64 |
| Hex | 52 | F4 | C0 | 42 | 0 | 15 | 4 | A1 | 58 | 40 |
| Octal | 122 | 364 | 300 | 102 | 0 | 25 | 4 | 241 | 130 | 100 |
| Binary | 1010010 | 11110100 | 11000000 | 1000010 | 0 | 10101 | 100 | 10100001 | 1011000 | 1000000 |
Color Harmonies of #52F4C0
Complementary color
Monochromatic Colors of #52F4C0
Black with #52F4C0
Text Example
Text Example
White with #52F4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F4C0; }
p { color: rgb(82,244,192); }
H1.HeaderClassName
{
color: #52F4C0;
}
.AnyTagClassName
{
color: #52F4C0;
}
</style>
background-color css
<style>
a { background-color: #52F4C0; }
a { background-color: rgb(82,244,192); }
div.DivClassName
{
background-color: #52F4C0;
}
.BgClassName
{
background-color: #52F4C0;
}
</style>
border-color css
<style>
span { border-color: #52F4C0; }
span { border-color: rgb(82,244,192); }
td.TdClassName
{
border-color: #52F4C0;
}
.TagClassName
{
border-color: #52F4C0;
}
</style>