Shades of Turquoise #32FEEB
Tints of Turquoise #32FEEB
RGB
CMYK
RGB Variations
Color information
#32FEEB (or 0x32FEEB) is known color: Turquoise. HEX triplet: 32, FE and EB. RGB value is (50,254,235). Sum of RGB (Red+Green+Blue) = 50+254+235=539 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.28% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FEEB is #CD0114. Grayscale: #BEBEBE. Windows color (decimal): -13435157 or 15466034. OLE color: 15466034.
HSL color Cylindrical-coordinate representation of color #32FEEB: hue angle of 174.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 #32FEEB is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 235 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.00 |
| HSL | 174.41º | 0.99% | 0.6% | - |
| HSV(B) | 174.41º | 0.8% | 1% | - |
| XYZ | 51.75 | 77.56 | 90.84 | - |
| YUV | 190.84 | 152.91 | 27.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 235 | 0.80 | 0 | 0.07 | 0.00 | 174.41 | 0.99 | 0.6 |
| Hex | 32 | FE | EB | 50 | 0 | 7 | 0 | AE | 63 | 3C |
| Octal | 62 | 376 | 353 | 120 | 0 | 7 | 0 | 256 | 143 | 74 |
| Binary | 110010 | 11111110 | 11101011 | 1010000 | 0 | 111 | 0 | 10101110 | 1100011 | 111100 |
Color Harmonies of #32FEEB
Complementary color
Monochromatic Colors of #32FEEB
Black with #32FEEB
Text Example
Text Example
White with #32FEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEEB; }
p { color: rgb(50,254,235); }
H1.HeaderClassName
{
color: #32FEEB;
}
.AnyTagClassName
{
color: #32FEEB;
}
</style>
background-color css
<style>
a { background-color: #32FEEB; }
a { background-color: rgb(50,254,235); }
div.DivClassName
{
background-color: #32FEEB;
}
.BgClassName
{
background-color: #32FEEB;
}
</style>
border-color css
<style>
span { border-color: #32FEEB; }
span { border-color: rgb(50,254,235); }
td.TdClassName
{
border-color: #32FEEB;
}
.TagClassName
{
border-color: #32FEEB;
}
</style>