Shades of Turquoise #32E7CB
Tints of Turquoise #32E7CB
RGB
CMYK
RGB Variations
Color information
#32E7CB (or 0x32E7CB) is known color: Turquoise. HEX triplet: 32, E7 and CB. RGB value is (50,231,203). Sum of RGB (Red+Green+Blue) = 50+231+203=484 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.33% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #32E7CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E7CB is #CD1834. Grayscale: #ADADAD. Windows color (decimal): -13441077 or 13362994. OLE color: 13362994.
HSL color Cylindrical-coordinate representation of color #32E7CB: hue angle of 170.72º 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 #32E7CB is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 231 | 203 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.09 |
| HSL | 170.72º | 0.79% | 0.55% | - |
| HSV(B) | 170.72º | 0.78% | 0.91% | - |
| XYZ | 40.67 | 62.14 | 66.35 | - |
| YUV | 173.69 | 144.53 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 231 | 203 | 0.78 | 0 | 0.12 | 0.09 | 170.72 | 0.79 | 0.55 |
| Hex | 32 | E7 | CB | 4E | 0 | C | 9 | AB | 4F | 37 |
| Octal | 62 | 347 | 313 | 116 | 0 | 14 | 11 | 253 | 117 | 67 |
| Binary | 110010 | 11100111 | 11001011 | 1001110 | 0 | 1100 | 1001 | 10101011 | 1001111 | 110111 |
Color Harmonies of #32E7CB
Complementary color
Monochromatic Colors of #32E7CB
Black with #32E7CB
Text Example
Text Example
White with #32E7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E7CB; }
p { color: rgb(50,231,203); }
H1.HeaderClassName
{
color: #32E7CB;
}
.AnyTagClassName
{
color: #32E7CB;
}
</style>
background-color css
<style>
a { background-color: #32E7CB; }
a { background-color: rgb(50,231,203); }
div.DivClassName
{
background-color: #32E7CB;
}
.BgClassName
{
background-color: #32E7CB;
}
</style>
border-color css
<style>
span { border-color: #32E7CB; }
span { border-color: rgb(50,231,203); }
td.TdClassName
{
border-color: #32E7CB;
}
.TagClassName
{
border-color: #32E7CB;
}
</style>