Shades of Turquoise #32FFEE
Tints of Turquoise #32FFEE
RGB
CMYK
RGB Variations
Color information
#32FFEE (or 0x32FFEE) is known color: Turquoise. HEX triplet: 32, FF and EE. RGB value is (50,255,238). Sum of RGB (Red+Green+Blue) = 50+255+238=543 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.21% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FFEE is #CD0011. Grayscale: #BFBFBF. Windows color (decimal): -13434898 or 15662898. OLE color: 15662898.
HSL color Cylindrical-coordinate representation of color #32FFEE: hue angle of 175.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFEE is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 238 | - |
| CMYK | 0.80 | 0 | 0.07 | 0 |
| HSL | 175.02º | 1% | 0.6% | - |
| HSV(B) | 175.02º | 0.8% | 1% | - |
| XYZ | 52.51 | 78.37 | 93.25 | - |
| YUV | 191.77 | 154.08 | 26.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 238 | 0.80 | 0 | 0.07 | 0 | 175.02 | 1 | 0.6 |
| Hex | 32 | FF | EE | 50 | 0 | 7 | 0 | AF | 64 | 3C |
| Octal | 62 | 377 | 356 | 120 | 0 | 7 | 0 | 257 | 144 | 74 |
| Binary | 110010 | 11111111 | 11101110 | 1010000 | 0 | 111 | 0 | 10101111 | 1100100 | 111100 |
Color Harmonies of #32FFEE
Complementary color
Monochromatic Colors of #32FFEE
Black with #32FFEE
Text Example
Text Example
White with #32FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFEE; }
p { color: rgb(50,255,238); }
H1.HeaderClassName
{
color: #32FFEE;
}
.AnyTagClassName
{
color: #32FFEE;
}
</style>
background-color css
<style>
a { background-color: #32FFEE; }
a { background-color: rgb(50,255,238); }
div.DivClassName
{
background-color: #32FFEE;
}
.BgClassName
{
background-color: #32FFEE;
}
</style>
border-color css
<style>
span { border-color: #32FFEE; }
span { border-color: rgb(50,255,238); }
td.TdClassName
{
border-color: #32FFEE;
}
.TagClassName
{
border-color: #32FFEE;
}
</style>