Shades of Turquoise #52FAC8
Tints of Turquoise #52FAC8
RGB
CMYK
RGB Variations
Color information
#52FAC8 (or 0x52FAC8) is known color: Turquoise. HEX triplet: 52, FA and C8. RGB value is (82,250,200). Sum of RGB (Red+Green+Blue) = 82+250+200=532 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.41% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #52FAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FAC8 is #AD0537. Grayscale: #C2C2C2. Windows color (decimal): -11339064 or 13171282. OLE color: 13171282.
HSL color Cylindrical-coordinate representation of color #52FAC8: hue angle of 162.14º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FAC8 is Cyan = 0.67, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 200 | - |
| CMYK | 0.67 | 0 | 0.2 | 0.02 |
| HSL | 162.14º | 0.94% | 0.65% | - |
| HSV(B) | 162.14º | 0.67% | 0.98% | - |
| XYZ | 48.09 | 74.34 | 66.46 | - |
| YUV | 194.07 | 131.34 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 200 | 0.67 | 0 | 0.2 | 0.02 | 162.14 | 0.94 | 0.65 |
| Hex | 52 | FA | C8 | 43 | 0 | 14 | 2 | A2 | 5E | 41 |
| Octal | 122 | 372 | 310 | 103 | 0 | 24 | 2 | 242 | 136 | 101 |
| Binary | 1010010 | 11111010 | 11001000 | 1000011 | 0 | 10100 | 10 | 10100010 | 1011110 | 1000001 |
Color Harmonies of #52FAC8
Complementary color
Monochromatic Colors of #52FAC8
Black with #52FAC8
Text Example
Text Example
White with #52FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FAC8; }
p { color: rgb(82,250,200); }
H1.HeaderClassName
{
color: #52FAC8;
}
.AnyTagClassName
{
color: #52FAC8;
}
</style>
background-color css
<style>
a { background-color: #52FAC8; }
a { background-color: rgb(82,250,200); }
div.DivClassName
{
background-color: #52FAC8;
}
.BgClassName
{
background-color: #52FAC8;
}
</style>
border-color css
<style>
span { border-color: #52FAC8; }
span { border-color: rgb(82,250,200); }
td.TdClassName
{
border-color: #52FAC8;
}
.TagClassName
{
border-color: #52FAC8;
}
</style>