Shades of Turquoise #52FAC3
Tints of Turquoise #52FAC3
RGB
CMYK
RGB Variations
Color information
#52FAC3 (or 0x52FAC3) is known color: Turquoise. HEX triplet: 52, FA and C3. RGB value is (82,250,195). Sum of RGB (Red+Green+Blue) = 82+250+195=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #52FAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FAC3 is #AD053C. Grayscale: #C1C1C1. Windows color (decimal): -11339069 or 12843602. OLE color: 12843602.
HSL color Cylindrical-coordinate representation of color #52FAC3: hue angle of 160.36º 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 #52FAC3 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 195 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.02 |
| HSL | 160.36º | 0.94% | 0.65% | - |
| HSV(B) | 160.36º | 0.67% | 0.98% | - |
| XYZ | 47.52 | 74.11 | 63.43 | - |
| YUV | 193.5 | 128.84 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 195 | 0.67 | 0 | 0.22 | 0.02 | 160.36 | 0.94 | 0.65 |
| Hex | 52 | FA | C3 | 43 | 0 | 16 | 2 | A0 | 5E | 41 |
| Octal | 122 | 372 | 303 | 103 | 0 | 26 | 2 | 240 | 136 | 101 |
| Binary | 1010010 | 11111010 | 11000011 | 1000011 | 0 | 10110 | 10 | 10100000 | 1011110 | 1000001 |
Color Harmonies of #52FAC3
Complementary color
Monochromatic Colors of #52FAC3
Black with #52FAC3
Text Example
Text Example
White with #52FAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FAC3; }
p { color: rgb(82,250,195); }
H1.HeaderClassName
{
color: #52FAC3;
}
.AnyTagClassName
{
color: #52FAC3;
}
</style>
background-color css
<style>
a { background-color: #52FAC3; }
a { background-color: rgb(82,250,195); }
div.DivClassName
{
background-color: #52FAC3;
}
.BgClassName
{
background-color: #52FAC3;
}
</style>
border-color css
<style>
span { border-color: #52FAC3; }
span { border-color: rgb(82,250,195); }
td.TdClassName
{
border-color: #52FAC3;
}
.TagClassName
{
border-color: #52FAC3;
}
</style>