Shades of Turquoise #32EEE9
Tints of Turquoise #32EEE9
RGB
CMYK
RGB Variations
Color information
#32EEE9 (or 0x32EEE9) is known color: Turquoise. HEX triplet: 32, EE and E9. RGB value is (50,238,233). Sum of RGB (Red+Green+Blue) = 50+238+233=521 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.60% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #32EEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EEE9 is #CD1116. Grayscale: #B5B5B5. Windows color (decimal): -13439255 or 15330866. OLE color: 15330866.
HSL color Cylindrical-coordinate representation of color #32EEE9: hue angle of 178.4º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EEE9 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 233 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.07 |
| HSL | 178.4º | 0.85% | 0.56% | - |
| HSV(B) | 178.4º | 0.79% | 0.93% | - |
| XYZ | 46.6 | 67.71 | 87.7 | - |
| YUV | 181.22 | 157.22 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 233 | 0.79 | 0 | 0.02 | 0.07 | 178.4 | 0.85 | 0.56 |
| Hex | 32 | EE | E9 | 4F | 0 | 2 | 7 | B2 | 55 | 38 |
| Octal | 62 | 356 | 351 | 117 | 0 | 2 | 7 | 262 | 125 | 70 |
| Binary | 110010 | 11101110 | 11101001 | 1001111 | 0 | 10 | 111 | 10110010 | 1010101 | 111000 |
Color Harmonies of #32EEE9
Complementary color
Monochromatic Colors of #32EEE9
Black with #32EEE9
Text Example
Text Example
White with #32EEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EEE9; }
p { color: rgb(50,238,233); }
H1.HeaderClassName
{
color: #32EEE9;
}
.AnyTagClassName
{
color: #32EEE9;
}
</style>
background-color css
<style>
a { background-color: #32EEE9; }
a { background-color: rgb(50,238,233); }
div.DivClassName
{
background-color: #32EEE9;
}
.BgClassName
{
background-color: #32EEE9;
}
</style>
border-color css
<style>
span { border-color: #32EEE9; }
span { border-color: rgb(50,238,233); }
td.TdClassName
{
border-color: #32EEE9;
}
.TagClassName
{
border-color: #32EEE9;
}
</style>