Shades of Turquoise #32E4C4
Tints of Turquoise #32E4C4
RGB
CMYK
RGB Variations
Color information
#32E4C4 (or 0x32E4C4) is known color: Turquoise. HEX triplet: 32, E4 and C4. RGB value is (50,228,196). Sum of RGB (Red+Green+Blue) = 50+228+196=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #32E4C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E4C4 is #CD1B3B. Grayscale: #ABABAB. Windows color (decimal): -13441852 or 12903474. OLE color: 12903474.
HSL color Cylindrical-coordinate representation of color #32E4C4: hue angle of 169.21º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E4C4 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 196 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.11 |
| HSL | 169.21º | 0.77% | 0.55% | - |
| HSV(B) | 169.21º | 0.78% | 0.89% | - |
| XYZ | 39.02 | 60.15 | 61.78 | - |
| YUV | 171.13 | 142.03 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 196 | 0.78 | 0 | 0.14 | 0.11 | 169.21 | 0.77 | 0.55 |
| Hex | 32 | E4 | C4 | 4E | 0 | E | B | A9 | 4D | 37 |
| Octal | 62 | 344 | 304 | 116 | 0 | 16 | 13 | 251 | 115 | 67 |
| Binary | 110010 | 11100100 | 11000100 | 1001110 | 0 | 1110 | 1011 | 10101001 | 1001101 | 110111 |
Color Harmonies of #32E4C4
Complementary color
Monochromatic Colors of #32E4C4
Black with #32E4C4
Text Example
Text Example
White with #32E4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E4C4; }
p { color: rgb(50,228,196); }
H1.HeaderClassName
{
color: #32E4C4;
}
.AnyTagClassName
{
color: #32E4C4;
}
</style>
background-color css
<style>
a { background-color: #32E4C4; }
a { background-color: rgb(50,228,196); }
div.DivClassName
{
background-color: #32E4C4;
}
.BgClassName
{
background-color: #32E4C4;
}
</style>
border-color css
<style>
span { border-color: #32E4C4; }
span { border-color: rgb(50,228,196); }
td.TdClassName
{
border-color: #32E4C4;
}
.TagClassName
{
border-color: #32E4C4;
}
</style>