Shades of Turquoise #52F8C0
Tints of Turquoise #52F8C0
RGB
CMYK
RGB Variations
Color information
#52F8C0 (or 0x52F8C0) is known color: Turquoise. HEX triplet: 52, F8 and C0. RGB value is (82,248,192). Sum of RGB (Red+Green+Blue) = 82+248+192=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #52F8C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F8C0 is #AD073F. Grayscale: #C0C0C0. Windows color (decimal): -11339584 or 12646482. OLE color: 12646482.
HSL color Cylindrical-coordinate representation of color #52F8C0: hue angle of 159.76º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F8C0 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 248 | 192 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.03 |
| HSL | 159.76º | 0.92% | 0.65% | - |
| HSV(B) | 159.76º | 0.67% | 0.97% | - |
| XYZ | 46.56 | 72.73 | 61.45 | - |
| YUV | 191.98 | 128 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 248 | 192 | 0.67 | 0 | 0.23 | 0.03 | 159.76 | 0.92 | 0.65 |
| Hex | 52 | F8 | C0 | 43 | 0 | 17 | 3 | A0 | 5C | 41 |
| Octal | 122 | 370 | 300 | 103 | 0 | 27 | 3 | 240 | 134 | 101 |
| Binary | 1010010 | 11111000 | 11000000 | 1000011 | 0 | 10111 | 11 | 10100000 | 1011100 | 1000001 |
Color Harmonies of #52F8C0
Complementary color
Monochromatic Colors of #52F8C0
Black with #52F8C0
Text Example
Text Example
White with #52F8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F8C0; }
p { color: rgb(82,248,192); }
H1.HeaderClassName
{
color: #52F8C0;
}
.AnyTagClassName
{
color: #52F8C0;
}
</style>
background-color css
<style>
a { background-color: #52F8C0; }
a { background-color: rgb(82,248,192); }
div.DivClassName
{
background-color: #52F8C0;
}
.BgClassName
{
background-color: #52F8C0;
}
</style>
border-color css
<style>
span { border-color: #52F8C0; }
span { border-color: rgb(82,248,192); }
td.TdClassName
{
border-color: #52F8C0;
}
.TagClassName
{
border-color: #52F8C0;
}
</style>