Shades of Turquoise #52FEC0
Tints of Turquoise #52FEC0
RGB
CMYK
RGB Variations
Color information
#52FEC0 (or 0x52FEC0) is known color: Turquoise. HEX triplet: 52, FE and C0. RGB value is (82,254,192). Sum of RGB (Red+Green+Blue) = 82+254+192=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FEC0 is #AD013F. Grayscale: #C3C3C3. Windows color (decimal): -11338048 or 12648018. OLE color: 12648018.
HSL color Cylindrical-coordinate representation of color #52FEC0: hue angle of 158.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FEC0 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 192 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.00 |
| HSL | 158.37º | 0.99% | 0.66% | - |
| HSV(B) | 158.37º | 0.68% | 1% | - |
| XYZ | 48.44 | 76.48 | 62.08 | - |
| YUV | 195.5 | 126.02 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 192 | 0.68 | 0 | 0.24 | 0.00 | 158.37 | 0.99 | 0.66 |
| Hex | 52 | FE | C0 | 44 | 0 | 18 | 0 | 9E | 63 | 42 |
| Octal | 122 | 376 | 300 | 104 | 0 | 30 | 0 | 236 | 143 | 102 |
| Binary | 1010010 | 11111110 | 11000000 | 1000100 | 0 | 11000 | 0 | 10011110 | 1100011 | 1000010 |
Color Harmonies of #52FEC0
Complementary color
Monochromatic Colors of #52FEC0
Black with #52FEC0
Text Example
Text Example
White with #52FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FEC0; }
p { color: rgb(82,254,192); }
H1.HeaderClassName
{
color: #52FEC0;
}
.AnyTagClassName
{
color: #52FEC0;
}
</style>
background-color css
<style>
a { background-color: #52FEC0; }
a { background-color: rgb(82,254,192); }
div.DivClassName
{
background-color: #52FEC0;
}
.BgClassName
{
background-color: #52FEC0;
}
</style>
border-color css
<style>
span { border-color: #52FEC0; }
span { border-color: rgb(82,254,192); }
td.TdClassName
{
border-color: #52FEC0;
}
.TagClassName
{
border-color: #52FEC0;
}
</style>