Shades of Turquoise #52FACA
Tints of Turquoise #52FACA
RGB
CMYK
RGB Variations
Color information
#52FACA (or 0x52FACA) is known color: Turquoise. HEX triplet: 52, FA and CA. RGB value is (82,250,202). Sum of RGB (Red+Green+Blue) = 82+250+202=534 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.36% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #52FACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FACA is #AD0535. Grayscale: #C2C2C2. Windows color (decimal): -11339062 or 13302354. OLE color: 13302354.
HSL color Cylindrical-coordinate representation of color #52FACA: hue angle of 162.86º 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 #52FACA is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 202 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.02 |
| HSL | 162.86º | 0.94% | 0.65% | - |
| HSV(B) | 162.86º | 0.67% | 0.98% | - |
| XYZ | 48.33 | 74.43 | 67.7 | - |
| YUV | 194.3 | 132.34 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 202 | 0.67 | 0 | 0.19 | 0.02 | 162.86 | 0.94 | 0.65 |
| Hex | 52 | FA | CA | 43 | 0 | 13 | 2 | A3 | 5E | 41 |
| Octal | 122 | 372 | 312 | 103 | 0 | 23 | 2 | 243 | 136 | 101 |
| Binary | 1010010 | 11111010 | 11001010 | 1000011 | 0 | 10011 | 10 | 10100011 | 1011110 | 1000001 |
Color Harmonies of #52FACA
Complementary color
Monochromatic Colors of #52FACA
Black with #52FACA
Text Example
Text Example
White with #52FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FACA; }
p { color: rgb(82,250,202); }
H1.HeaderClassName
{
color: #52FACA;
}
.AnyTagClassName
{
color: #52FACA;
}
</style>
background-color css
<style>
a { background-color: #52FACA; }
a { background-color: rgb(82,250,202); }
div.DivClassName
{
background-color: #52FACA;
}
.BgClassName
{
background-color: #52FACA;
}
</style>
border-color css
<style>
span { border-color: #52FACA; }
span { border-color: rgb(82,250,202); }
td.TdClassName
{
border-color: #52FACA;
}
.TagClassName
{
border-color: #52FACA;
}
</style>