Shades of Turquoise #52FADA
Tints of Turquoise #52FADA
RGB
CMYK
RGB Variations
Color information
#52FADA (or 0x52FADA) is known color: Turquoise. HEX triplet: 52, FA and DA. RGB value is (82,250,218). Sum of RGB (Red+Green+Blue) = 82+250+218=550 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.91% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #52FADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FADA is #AD0525. Grayscale: #C4C4C4. Windows color (decimal): -11339046 or 14350930. OLE color: 14350930.
HSL color Cylindrical-coordinate representation of color #52FADA: hue angle of 168.57º 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 #52FADA is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 218 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.02 |
| HSL | 168.57º | 0.94% | 0.65% | - |
| HSV(B) | 168.57º | 0.67% | 0.98% | - |
| XYZ | 50.32 | 75.23 | 78.2 | - |
| YUV | 196.12 | 140.34 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 218 | 0.67 | 0 | 0.13 | 0.02 | 168.57 | 0.94 | 0.65 |
| Hex | 52 | FA | DA | 43 | 0 | D | 2 | A9 | 5E | 41 |
| Octal | 122 | 372 | 332 | 103 | 0 | 15 | 2 | 251 | 136 | 101 |
| Binary | 1010010 | 11111010 | 11011010 | 1000011 | 0 | 1101 | 10 | 10101001 | 1011110 | 1000001 |
Color Harmonies of #52FADA
Complementary color
Monochromatic Colors of #52FADA
Black with #52FADA
Text Example
Text Example
White with #52FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FADA; }
p { color: rgb(82,250,218); }
H1.HeaderClassName
{
color: #52FADA;
}
.AnyTagClassName
{
color: #52FADA;
}
</style>
background-color css
<style>
a { background-color: #52FADA; }
a { background-color: rgb(82,250,218); }
div.DivClassName
{
background-color: #52FADA;
}
.BgClassName
{
background-color: #52FADA;
}
</style>
border-color css
<style>
span { border-color: #52FADA; }
span { border-color: rgb(82,250,218); }
td.TdClassName
{
border-color: #52FADA;
}
.TagClassName
{
border-color: #52FADA;
}
</style>