Shades of Turquoise #32FADA
Tints of Turquoise #32FADA
RGB
CMYK
RGB Variations
Color information
#32FADA (or 0x32FADA) is known color: Turquoise. HEX triplet: 32, FA and DA. RGB value is (50,250,218). Sum of RGB (Red+Green+Blue) = 50+250+218=518 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.65% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #32FADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FADA is #CD0525. Grayscale: #BABABA. Windows color (decimal): -13436198 or 14350898. OLE color: 14350898.
HSL color Cylindrical-coordinate representation of color #32FADA: hue angle of 170.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FADA is Cyan = 0.8, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 218 | - |
| CMYK | 0.8 | 0 | 0.13 | 0.02 |
| HSL | 170.4º | 0.95% | 0.59% | - |
| HSV(B) | 170.4º | 0.8% | 0.98% | - |
| XYZ | 48.16 | 74.11 | 78.1 | - |
| YUV | 186.55 | 145.74 | 30.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 218 | 0.8 | 0 | 0.13 | 0.02 | 170.4 | 0.95 | 0.59 |
| Hex | 32 | FA | DA | 50 | 0 | D | 2 | AA | 5F | 3B |
| Octal | 62 | 372 | 332 | 120 | 0 | 15 | 2 | 252 | 137 | 73 |
| Binary | 110010 | 11111010 | 11011010 | 1010000 | 0 | 1101 | 10 | 10101010 | 1011111 | 111011 |
Color Harmonies of #32FADA
Complementary color
Monochromatic Colors of #32FADA
Black with #32FADA
Text Example
Text Example
White with #32FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FADA; }
p { color: rgb(50,250,218); }
H1.HeaderClassName
{
color: #32FADA;
}
.AnyTagClassName
{
color: #32FADA;
}
</style>
background-color css
<style>
a { background-color: #32FADA; }
a { background-color: rgb(50,250,218); }
div.DivClassName
{
background-color: #32FADA;
}
.BgClassName
{
background-color: #32FADA;
}
</style>
border-color css
<style>
span { border-color: #32FADA; }
span { border-color: rgb(50,250,218); }
td.TdClassName
{
border-color: #32FADA;
}
.TagClassName
{
border-color: #32FADA;
}
</style>