Shades of Turquoise #32E9CB
Tints of Turquoise #32E9CB
RGB
CMYK
RGB Variations
Color information
#32E9CB (or 0x32E9CB) is known color: Turquoise. HEX triplet: 32, E9 and CB. RGB value is (50,233,203). Sum of RGB (Red+Green+Blue) = 50+233+203=486 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.29% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #32E9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E9CB is #CD1634. Grayscale: #AEAEAE. Windows color (decimal): -13440565 or 13363506. OLE color: 13363506.
HSL color Cylindrical-coordinate representation of color #32E9CB: hue angle of 170.16º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32E9CB is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 233 | 203 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.09 |
| HSL | 170.16º | 0.81% | 0.55% | - |
| HSV(B) | 170.16º | 0.79% | 0.91% | - |
| XYZ | 41.23 | 63.27 | 66.54 | - |
| YUV | 174.86 | 143.87 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 233 | 203 | 0.79 | 0 | 0.13 | 0.09 | 170.16 | 0.81 | 0.55 |
| Hex | 32 | E9 | CB | 4F | 0 | D | 9 | AA | 51 | 37 |
| Octal | 62 | 351 | 313 | 117 | 0 | 15 | 11 | 252 | 121 | 67 |
| Binary | 110010 | 11101001 | 11001011 | 1001111 | 0 | 1101 | 1001 | 10101010 | 1010001 | 110111 |
Color Harmonies of #32E9CB
Complementary color
Monochromatic Colors of #32E9CB
Black with #32E9CB
Text Example
Text Example
White with #32E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E9CB; }
p { color: rgb(50,233,203); }
H1.HeaderClassName
{
color: #32E9CB;
}
.AnyTagClassName
{
color: #32E9CB;
}
</style>
background-color css
<style>
a { background-color: #32E9CB; }
a { background-color: rgb(50,233,203); }
div.DivClassName
{
background-color: #32E9CB;
}
.BgClassName
{
background-color: #32E9CB;
}
</style>
border-color css
<style>
span { border-color: #32E9CB; }
span { border-color: rgb(50,233,203); }
td.TdClassName
{
border-color: #32E9CB;
}
.TagClassName
{
border-color: #32E9CB;
}
</style>