Shades of Turquoise #32E7C5
Tints of Turquoise #32E7C5
RGB
CMYK
RGB Variations
Color information
#32E7C5 (or 0x32E7C5) is known color: Turquoise. HEX triplet: 32, E7 and C5. RGB value is (50,231,197). Sum of RGB (Red+Green+Blue) = 50+231+197=478 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.46% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #32E7C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E7C5 is #CD183A. Grayscale: #ACACAC. Windows color (decimal): -13441083 or 12969778. OLE color: 12969778.
HSL color Cylindrical-coordinate representation of color #32E7C5: hue angle of 168.73º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E7C5 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 231 | 197 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.09 |
| HSL | 168.73º | 0.79% | 0.55% | - |
| HSV(B) | 168.73º | 0.78% | 0.91% | - |
| XYZ | 39.97 | 61.86 | 62.66 | - |
| YUV | 173.01 | 141.53 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 231 | 197 | 0.78 | 0 | 0.15 | 0.09 | 168.73 | 0.79 | 0.55 |
| Hex | 32 | E7 | C5 | 4E | 0 | F | 9 | A9 | 4F | 37 |
| Octal | 62 | 347 | 305 | 116 | 0 | 17 | 11 | 251 | 117 | 67 |
| Binary | 110010 | 11100111 | 11000101 | 1001110 | 0 | 1111 | 1001 | 10101001 | 1001111 | 110111 |
Color Harmonies of #32E7C5
Complementary color
Monochromatic Colors of #32E7C5
Black with #32E7C5
Text Example
Text Example
White with #32E7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E7C5; }
p { color: rgb(50,231,197); }
H1.HeaderClassName
{
color: #32E7C5;
}
.AnyTagClassName
{
color: #32E7C5;
}
</style>
background-color css
<style>
a { background-color: #32E7C5; }
a { background-color: rgb(50,231,197); }
div.DivClassName
{
background-color: #32E7C5;
}
.BgClassName
{
background-color: #32E7C5;
}
</style>
border-color css
<style>
span { border-color: #32E7C5; }
span { border-color: rgb(50,231,197); }
td.TdClassName
{
border-color: #32E7C5;
}
.TagClassName
{
border-color: #32E7C5;
}
</style>