Shades of Turquoise #52FADC
Tints of Turquoise #52FADC
RGB
CMYK
RGB Variations
Color information
#52FADC (or 0x52FADC) is known color: Turquoise. HEX triplet: 52, FA and DC. RGB value is (82,250,220). Sum of RGB (Red+Green+Blue) = 82+250+220=552 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.86% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #52FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FADC is #AD0523. Grayscale: #C4C4C4. Windows color (decimal): -11339044 or 14482002. OLE color: 14482002.
HSL color Cylindrical-coordinate representation of color #52FADC: hue angle of 169.29º 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 #52FADC is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 220 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.02 |
| HSL | 169.29º | 0.94% | 0.65% | - |
| HSV(B) | 169.29º | 0.67% | 0.98% | - |
| XYZ | 50.58 | 75.33 | 79.58 | - |
| YUV | 196.35 | 141.34 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 220 | 0.67 | 0 | 0.12 | 0.02 | 169.29 | 0.94 | 0.65 |
| Hex | 52 | FA | DC | 43 | 0 | C | 2 | A9 | 5E | 41 |
| Octal | 122 | 372 | 334 | 103 | 0 | 14 | 2 | 251 | 136 | 101 |
| Binary | 1010010 | 11111010 | 11011100 | 1000011 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000001 |
Color Harmonies of #52FADC
Complementary color
Monochromatic Colors of #52FADC
Black with #52FADC
Text Example
Text Example
White with #52FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FADC; }
p { color: rgb(82,250,220); }
H1.HeaderClassName
{
color: #52FADC;
}
.AnyTagClassName
{
color: #52FADC;
}
</style>
background-color css
<style>
a { background-color: #52FADC; }
a { background-color: rgb(82,250,220); }
div.DivClassName
{
background-color: #52FADC;
}
.BgClassName
{
background-color: #52FADC;
}
</style>
border-color css
<style>
span { border-color: #52FADC; }
span { border-color: rgb(82,250,220); }
td.TdClassName
{
border-color: #52FADC;
}
.TagClassName
{
border-color: #52FADC;
}
</style>