Shades of Turquoise #32FADE
Tints of Turquoise #32FADE
RGB
CMYK
RGB Variations
Color information
#32FADE (or 0x32FADE) is known color: Turquoise. HEX triplet: 32, FA and DE. RGB value is (50,250,222). Sum of RGB (Red+Green+Blue) = 50+250+222=522 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.58% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #32FADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FADE is #CD0521. Grayscale: #BABABA. Windows color (decimal): -13436194 or 14613042. OLE color: 14613042.
HSL color Cylindrical-coordinate representation of color #32FADE: hue angle of 171.6º 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 #32FADE is Cyan = 0.8, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 222 | - |
| CMYK | 0.8 | 0 | 0.11 | 0.02 |
| HSL | 171.6º | 0.95% | 0.59% | - |
| HSV(B) | 171.6º | 0.8% | 0.98% | - |
| XYZ | 48.69 | 74.32 | 80.89 | - |
| YUV | 187.01 | 147.74 | 30.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 222 | 0.8 | 0 | 0.11 | 0.02 | 171.6 | 0.95 | 0.59 |
| Hex | 32 | FA | DE | 50 | 0 | B | 2 | AC | 5F | 3B |
| Octal | 62 | 372 | 336 | 120 | 0 | 13 | 2 | 254 | 137 | 73 |
| Binary | 110010 | 11111010 | 11011110 | 1010000 | 0 | 1011 | 10 | 10101100 | 1011111 | 111011 |
Color Harmonies of #32FADE
Complementary color
Monochromatic Colors of #32FADE
Black with #32FADE
Text Example
Text Example
White with #32FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FADE; }
p { color: rgb(50,250,222); }
H1.HeaderClassName
{
color: #32FADE;
}
.AnyTagClassName
{
color: #32FADE;
}
</style>
background-color css
<style>
a { background-color: #32FADE; }
a { background-color: rgb(50,250,222); }
div.DivClassName
{
background-color: #32FADE;
}
.BgClassName
{
background-color: #32FADE;
}
</style>
border-color css
<style>
span { border-color: #32FADE; }
span { border-color: rgb(50,250,222); }
td.TdClassName
{
border-color: #32FADE;
}
.TagClassName
{
border-color: #32FADE;
}
</style>