Shades of Turquoise #32EBE4
Tints of Turquoise #32EBE4
RGB
CMYK
RGB Variations
Color information
#32EBE4 (or 0x32EBE4) is known color: Turquoise. HEX triplet: 32, EB and E4. RGB value is (50,235,228). Sum of RGB (Red+Green+Blue) = 50+235+228=513 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.75% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #32EBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EBE4 is #CD141B. Grayscale: #B2B2B2. Windows color (decimal): -13440028 or 15002418. OLE color: 15002418.
HSL color Cylindrical-coordinate representation of color #32EBE4: hue angle of 177.73º 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 #32EBE4 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 228 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.08 |
| HSL | 177.73º | 0.82% | 0.56% | - |
| HSV(B) | 177.73º | 0.79% | 0.92% | - |
| XYZ | 45.03 | 65.7 | 83.71 | - |
| YUV | 178.89 | 155.71 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 228 | 0.79 | 0 | 0.03 | 0.08 | 177.73 | 0.82 | 0.56 |
| Hex | 32 | EB | E4 | 4F | 0 | 3 | 8 | B2 | 52 | 38 |
| Octal | 62 | 353 | 344 | 117 | 0 | 3 | 10 | 262 | 122 | 70 |
| Binary | 110010 | 11101011 | 11100100 | 1001111 | 0 | 11 | 1000 | 10110010 | 1010010 | 111000 |
Color Harmonies of #32EBE4
Complementary color
Monochromatic Colors of #32EBE4
Black with #32EBE4
Text Example
Text Example
White with #32EBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EBE4; }
p { color: rgb(50,235,228); }
H1.HeaderClassName
{
color: #32EBE4;
}
.AnyTagClassName
{
color: #32EBE4;
}
</style>
background-color css
<style>
a { background-color: #32EBE4; }
a { background-color: rgb(50,235,228); }
div.DivClassName
{
background-color: #32EBE4;
}
.BgClassName
{
background-color: #32EBE4;
}
</style>
border-color css
<style>
span { border-color: #32EBE4; }
span { border-color: rgb(50,235,228); }
td.TdClassName
{
border-color: #32EBE4;
}
.TagClassName
{
border-color: #32EBE4;
}
</style>