Shades of Turquoise #32EECA
Tints of Turquoise #32EECA
RGB
CMYK
RGB Variations
Color information
#32EECA (or 0x32EECA) is known color: Turquoise. HEX triplet: 32, EE and CA. RGB value is (50,238,202). Sum of RGB (Red+Green+Blue) = 50+238+202=490 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.20% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #32EECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EECA is #CD1135. Grayscale: #B1B1B1. Windows color (decimal): -13439286 or 13299250. OLE color: 13299250.
HSL color Cylindrical-coordinate representation of color #32EECA: hue angle of 168.51º 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 #32EECA is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 202 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.07 |
| HSL | 168.51º | 0.85% | 0.56% | - |
| HSV(B) | 168.51º | 0.79% | 0.93% | - |
| XYZ | 42.55 | 66.09 | 66.39 | - |
| YUV | 177.68 | 141.72 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 202 | 0.79 | 0 | 0.15 | 0.07 | 168.51 | 0.85 | 0.56 |
| Hex | 32 | EE | CA | 4F | 0 | F | 7 | A9 | 55 | 38 |
| Octal | 62 | 356 | 312 | 117 | 0 | 17 | 7 | 251 | 125 | 70 |
| Binary | 110010 | 11101110 | 11001010 | 1001111 | 0 | 1111 | 111 | 10101001 | 1010101 | 111000 |
Color Harmonies of #32EECA
Complementary color
Monochromatic Colors of #32EECA
Black with #32EECA
Text Example
Text Example
White with #32EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EECA; }
p { color: rgb(50,238,202); }
H1.HeaderClassName
{
color: #32EECA;
}
.AnyTagClassName
{
color: #32EECA;
}
</style>
background-color css
<style>
a { background-color: #32EECA; }
a { background-color: rgb(50,238,202); }
div.DivClassName
{
background-color: #32EECA;
}
.BgClassName
{
background-color: #32EECA;
}
</style>
border-color css
<style>
span { border-color: #32EECA; }
span { border-color: rgb(50,238,202); }
td.TdClassName
{
border-color: #32EECA;
}
.TagClassName
{
border-color: #32EECA;
}
</style>