Shades of Turquoise #32E1CF
Tints of Turquoise #32E1CF
RGB
CMYK
RGB Variations
Color information
#32E1CF (or 0x32E1CF) is known color: Turquoise. HEX triplet: 32, E1 and CF. RGB value is (50,225,207). Sum of RGB (Red+Green+Blue) = 50+225+207=482 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.37% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #32E1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E1CF is #CD1E30. Grayscale: #AAAAAA. Windows color (decimal): -13442609 or 13623602. OLE color: 13623602.
HSL color Cylindrical-coordinate representation of color #32E1CF: hue angle of 173.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E1CF is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 207 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.12 |
| HSL | 173.83º | 0.74% | 0.54% | - |
| HSV(B) | 173.83º | 0.78% | 0.88% | - |
| XYZ | 39.5 | 59.03 | 68.34 | - |
| YUV | 170.62 | 148.52 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 207 | 0.78 | 0 | 0.08 | 0.12 | 173.83 | 0.74 | 0.54 |
| Hex | 32 | E1 | CF | 4E | 0 | 8 | C | AE | 4A | 36 |
| Octal | 62 | 341 | 317 | 116 | 0 | 10 | 14 | 256 | 112 | 66 |
| Binary | 110010 | 11100001 | 11001111 | 1001110 | 0 | 1000 | 1100 | 10101110 | 1001010 | 110110 |
Color Harmonies of #32E1CF
Complementary color
Monochromatic Colors of #32E1CF
Black with #32E1CF
Text Example
Text Example
White with #32E1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E1CF; }
p { color: rgb(50,225,207); }
H1.HeaderClassName
{
color: #32E1CF;
}
.AnyTagClassName
{
color: #32E1CF;
}
</style>
background-color css
<style>
a { background-color: #32E1CF; }
a { background-color: rgb(50,225,207); }
div.DivClassName
{
background-color: #32E1CF;
}
.BgClassName
{
background-color: #32E1CF;
}
</style>
border-color css
<style>
span { border-color: #32E1CF; }
span { border-color: rgb(50,225,207); }
td.TdClassName
{
border-color: #32E1CF;
}
.TagClassName
{
border-color: #32E1CF;
}
</style>