Shades of Turquoise #52FCC9
Tints of Turquoise #52FCC9
RGB
CMYK
RGB Variations
Color information
#52FCC9 (or 0x52FCC9) is known color: Turquoise. HEX triplet: 52, FC and C9. RGB value is (82,252,201). Sum of RGB (Red+Green+Blue) = 82+252+201=535 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.33% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCC9 is #AD0336. Grayscale: #C3C3C3. Windows color (decimal): -11338551 or 13237330. OLE color: 13237330.
HSL color Cylindrical-coordinate representation of color #52FCC9: hue angle of 162º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FCC9 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 252 | 201 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.01 |
| HSL | 162º | 0.97% | 0.65% | - |
| HSV(B) | 162º | 0.67% | 0.99% | - |
| XYZ | 48.83 | 75.63 | 67.28 | - |
| YUV | 195.36 | 131.18 | 47.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 252 | 201 | 0.67 | 0 | 0.20 | 0.01 | 162 | 0.97 | 0.65 |
| Hex | 52 | FC | C9 | 43 | 0 | 14 | 1 | A2 | 61 | 41 |
| Octal | 122 | 374 | 311 | 103 | 0 | 24 | 1 | 242 | 141 | 101 |
| Binary | 1010010 | 11111100 | 11001001 | 1000011 | 0 | 10100 | 1 | 10100010 | 1100001 | 1000001 |
Color Harmonies of #52FCC9
Complementary color
Monochromatic Colors of #52FCC9
Black with #52FCC9
Text Example
Text Example
White with #52FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FCC9; }
p { color: rgb(82,252,201); }
H1.HeaderClassName
{
color: #52FCC9;
}
.AnyTagClassName
{
color: #52FCC9;
}
</style>
background-color css
<style>
a { background-color: #52FCC9; }
a { background-color: rgb(82,252,201); }
div.DivClassName
{
background-color: #52FCC9;
}
.BgClassName
{
background-color: #52FCC9;
}
</style>
border-color css
<style>
span { border-color: #52FCC9; }
span { border-color: rgb(82,252,201); }
td.TdClassName
{
border-color: #52FCC9;
}
.TagClassName
{
border-color: #52FCC9;
}
</style>