Shades of Turquoise #32FADD
Tints of Turquoise #32FADD
RGB
CMYK
RGB Variations
Color information
#32FADD (or 0x32FADD) is known color: Turquoise. HEX triplet: 32, FA and DD. RGB value is (50,250,221). Sum of RGB (Red+Green+Blue) = 50+250+221=521 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.60% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #32FADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FADD is #CD0522. Grayscale: #BABABA. Windows color (decimal): -13436195 or 14547506. OLE color: 14547506.
HSL color Cylindrical-coordinate representation of color #32FADD: hue angle of 171.3º 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 #32FADD is Cyan = 0.8, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 221 | - |
| CMYK | 0.8 | 0 | 0.12 | 0.02 |
| HSL | 171.3º | 0.95% | 0.59% | - |
| HSV(B) | 171.3º | 0.8% | 0.98% | - |
| XYZ | 48.55 | 74.27 | 80.18 | - |
| YUV | 186.89 | 147.24 | 30.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 221 | 0.8 | 0 | 0.12 | 0.02 | 171.3 | 0.95 | 0.59 |
| Hex | 32 | FA | DD | 50 | 0 | C | 2 | AB | 5F | 3B |
| Octal | 62 | 372 | 335 | 120 | 0 | 14 | 2 | 253 | 137 | 73 |
| Binary | 110010 | 11111010 | 11011101 | 1010000 | 0 | 1100 | 10 | 10101011 | 1011111 | 111011 |
Color Harmonies of #32FADD
Complementary color
Monochromatic Colors of #32FADD
Black with #32FADD
Text Example
Text Example
White with #32FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FADD; }
p { color: rgb(50,250,221); }
H1.HeaderClassName
{
color: #32FADD;
}
.AnyTagClassName
{
color: #32FADD;
}
</style>
background-color css
<style>
a { background-color: #32FADD; }
a { background-color: rgb(50,250,221); }
div.DivClassName
{
background-color: #32FADD;
}
.BgClassName
{
background-color: #32FADD;
}
</style>
border-color css
<style>
span { border-color: #32FADD; }
span { border-color: rgb(50,250,221); }
td.TdClassName
{
border-color: #32FADD;
}
.TagClassName
{
border-color: #32FADD;
}
</style>