Shades of Turquoise #32FEE3
Tints of Turquoise #32FEE3
RGB
CMYK
RGB Variations
Color information
#32FEE3 (or 0x32FEE3) is known color: Turquoise. HEX triplet: 32, FE and E3. RGB value is (50,254,227). Sum of RGB (Red+Green+Blue) = 50+254+227=531 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.42% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FEE3 is #CD011C. Grayscale: #BDBDBD. Windows color (decimal): -13435165 or 14941746. OLE color: 14941746.
HSL color Cylindrical-coordinate representation of color #32FEE3: hue angle of 172.06º 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 #32FEE3 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 227 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.00 |
| HSL | 172.06º | 0.99% | 0.6% | - |
| HSV(B) | 172.06º | 0.8% | 1% | - |
| XYZ | 50.62 | 77.11 | 84.89 | - |
| YUV | 189.93 | 148.91 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 227 | 0.80 | 0 | 0.11 | 0.00 | 172.06 | 0.99 | 0.6 |
| Hex | 32 | FE | E3 | 50 | 0 | B | 0 | AC | 63 | 3C |
| Octal | 62 | 376 | 343 | 120 | 0 | 13 | 0 | 254 | 143 | 74 |
| Binary | 110010 | 11111110 | 11100011 | 1010000 | 0 | 1011 | 0 | 10101100 | 1100011 | 111100 |
Color Harmonies of #32FEE3
Complementary color
Monochromatic Colors of #32FEE3
Black with #32FEE3
Text Example
Text Example
White with #32FEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEE3; }
p { color: rgb(50,254,227); }
H1.HeaderClassName
{
color: #32FEE3;
}
.AnyTagClassName
{
color: #32FEE3;
}
</style>
background-color css
<style>
a { background-color: #32FEE3; }
a { background-color: rgb(50,254,227); }
div.DivClassName
{
background-color: #32FEE3;
}
.BgClassName
{
background-color: #32FEE3;
}
</style>
border-color css
<style>
span { border-color: #32FEE3; }
span { border-color: rgb(50,254,227); }
td.TdClassName
{
border-color: #32FEE3;
}
.TagClassName
{
border-color: #32FEE3;
}
</style>