Shades of Turquoise #32EECB
Tints of Turquoise #32EECB
RGB
CMYK
RGB Variations
Color information
#32EECB (or 0x32EECB) is known color: Turquoise. HEX triplet: 32, EE and CB. RGB value is (50,238,203). Sum of RGB (Red+Green+Blue) = 50+238+203=491 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.18% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #32EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EECB is #CD1134. Grayscale: #B1B1B1. Windows color (decimal): -13439285 or 13364786. OLE color: 13364786.
HSL color Cylindrical-coordinate representation of color #32EECB: hue angle of 168.83º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EECB is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 203 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.07 |
| HSL | 168.83º | 0.85% | 0.56% | - |
| HSV(B) | 168.83º | 0.79% | 0.93% | - |
| XYZ | 42.67 | 66.14 | 67.02 | - |
| YUV | 177.8 | 142.22 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 203 | 0.79 | 0 | 0.15 | 0.07 | 168.83 | 0.85 | 0.56 |
| Hex | 32 | EE | CB | 4F | 0 | F | 7 | A9 | 55 | 38 |
| Octal | 62 | 356 | 313 | 117 | 0 | 17 | 7 | 251 | 125 | 70 |
| Binary | 110010 | 11101110 | 11001011 | 1001111 | 0 | 1111 | 111 | 10101001 | 1010101 | 111000 |
Color Harmonies of #32EECB
Complementary color
Monochromatic Colors of #32EECB
Black with #32EECB
Text Example
Text Example
White with #32EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EECB; }
p { color: rgb(50,238,203); }
H1.HeaderClassName
{
color: #32EECB;
}
.AnyTagClassName
{
color: #32EECB;
}
</style>
background-color css
<style>
a { background-color: #32EECB; }
a { background-color: rgb(50,238,203); }
div.DivClassName
{
background-color: #32EECB;
}
.BgClassName
{
background-color: #32EECB;
}
</style>
border-color css
<style>
span { border-color: #32EECB; }
span { border-color: rgb(50,238,203); }
td.TdClassName
{
border-color: #32EECB;
}
.TagClassName
{
border-color: #32EECB;
}
</style>