Shades of Turquoise #32EBEA
Tints of Turquoise #32EBEA
RGB
CMYK
RGB Variations
Color information
#32EBEA (or 0x32EBEA) is known color: Turquoise. HEX triplet: 32, EB and EA. RGB value is (50,235,234). Sum of RGB (Red+Green+Blue) = 50+235+234=519 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.63% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #32EBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EBEA is #CD1415. Grayscale: #B3B3B3. Windows color (decimal): -13440022 or 15395634. OLE color: 15395634.
HSL color Cylindrical-coordinate representation of color #32EBEA: hue angle of 179.68º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EBEA is Cyan = 0.79, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 234 | - |
| CMYK | 0.79 | 0 | 0.00 | 0.08 |
| HSL | 179.68º | 0.82% | 0.56% | - |
| HSV(B) | 179.68º | 0.79% | 0.92% | - |
| XYZ | 45.88 | 66.04 | 88.17 | - |
| YUV | 179.57 | 158.71 | 35.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 234 | 0.79 | 0 | 0.00 | 0.08 | 179.68 | 0.82 | 0.56 |
| Hex | 32 | EB | EA | 4F | 0 | 0 | 8 | B4 | 52 | 38 |
| Octal | 62 | 353 | 352 | 117 | 0 | 0 | 10 | 264 | 122 | 70 |
| Binary | 110010 | 11101011 | 11101010 | 1001111 | 0 | 0 | 1000 | 10110100 | 1010010 | 111000 |
Color Harmonies of #32EBEA
Complementary color
Monochromatic Colors of #32EBEA
Black with #32EBEA
Text Example
Text Example
White with #32EBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EBEA; }
p { color: rgb(50,235,234); }
H1.HeaderClassName
{
color: #32EBEA;
}
.AnyTagClassName
{
color: #32EBEA;
}
</style>
background-color css
<style>
a { background-color: #32EBEA; }
a { background-color: rgb(50,235,234); }
div.DivClassName
{
background-color: #32EBEA;
}
.BgClassName
{
background-color: #32EBEA;
}
</style>
border-color css
<style>
span { border-color: #32EBEA; }
span { border-color: rgb(50,235,234); }
td.TdClassName
{
border-color: #32EBEA;
}
.TagClassName
{
border-color: #32EBEA;
}
</style>