Shades of Turquoise #32FEDA
Tints of Turquoise #32FEDA
RGB
CMYK
RGB Variations
Color information
#32FEDA (or 0x32FEDA) is known color: Turquoise. HEX triplet: 32, FE and DA. RGB value is (50,254,218). Sum of RGB (Red+Green+Blue) = 50+254+218=522 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.58% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FEDA is #CD0125. Grayscale: #BCBCBC. Windows color (decimal): -13435174 or 14351922. OLE color: 14351922.
HSL color Cylindrical-coordinate representation of color #32FEDA: hue angle of 169.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FEDA is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 218 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.00 |
| HSL | 169.41º | 0.99% | 0.6% | - |
| HSV(B) | 169.41º | 0.8% | 1% | - |
| XYZ | 49.41 | 76.62 | 78.52 | - |
| YUV | 188.9 | 144.41 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 218 | 0.80 | 0 | 0.14 | 0.00 | 169.41 | 0.99 | 0.6 |
| Hex | 32 | FE | DA | 50 | 0 | E | 0 | A9 | 63 | 3C |
| Octal | 62 | 376 | 332 | 120 | 0 | 16 | 0 | 251 | 143 | 74 |
| Binary | 110010 | 11111110 | 11011010 | 1010000 | 0 | 1110 | 0 | 10101001 | 1100011 | 111100 |
Color Harmonies of #32FEDA
Complementary color
Monochromatic Colors of #32FEDA
Black with #32FEDA
Text Example
Text Example
White with #32FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEDA; }
p { color: rgb(50,254,218); }
H1.HeaderClassName
{
color: #32FEDA;
}
.AnyTagClassName
{
color: #32FEDA;
}
</style>
background-color css
<style>
a { background-color: #32FEDA; }
a { background-color: rgb(50,254,218); }
div.DivClassName
{
background-color: #32FEDA;
}
.BgClassName
{
background-color: #32FEDA;
}
</style>
border-color css
<style>
span { border-color: #32FEDA; }
span { border-color: rgb(50,254,218); }
td.TdClassName
{
border-color: #32FEDA;
}
.TagClassName
{
border-color: #32FEDA;
}
</style>