Shades of Turquoise #32E7CF
Tints of Turquoise #32E7CF
RGB
CMYK
RGB Variations
Color information
#32E7CF (or 0x32E7CF) is known color: Turquoise. HEX triplet: 32, E7 and CF. RGB value is (50,231,207). Sum of RGB (Red+Green+Blue) = 50+231+207=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #32E7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E7CF is #CD1830. Grayscale: #AEAEAE. Windows color (decimal): -13441073 or 13625138. OLE color: 13625138.
HSL color Cylindrical-coordinate representation of color #32E7CF: hue angle of 172.04º 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 #32E7CF is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 231 | 207 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.09 |
| HSL | 172.04º | 0.79% | 0.55% | - |
| HSV(B) | 172.04º | 0.78% | 0.91% | - |
| XYZ | 41.15 | 62.33 | 68.89 | - |
| YUV | 174.15 | 146.53 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 231 | 207 | 0.78 | 0 | 0.10 | 0.09 | 172.04 | 0.79 | 0.55 |
| Hex | 32 | E7 | CF | 4E | 0 | A | 9 | AC | 4F | 37 |
| Octal | 62 | 347 | 317 | 116 | 0 | 12 | 11 | 254 | 117 | 67 |
| Binary | 110010 | 11100111 | 11001111 | 1001110 | 0 | 1010 | 1001 | 10101100 | 1001111 | 110111 |
Color Harmonies of #32E7CF
Complementary color
Monochromatic Colors of #32E7CF
Black with #32E7CF
Text Example
Text Example
White with #32E7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E7CF; }
p { color: rgb(50,231,207); }
H1.HeaderClassName
{
color: #32E7CF;
}
.AnyTagClassName
{
color: #32E7CF;
}
</style>
background-color css
<style>
a { background-color: #32E7CF; }
a { background-color: rgb(50,231,207); }
div.DivClassName
{
background-color: #32E7CF;
}
.BgClassName
{
background-color: #32E7CF;
}
</style>
border-color css
<style>
span { border-color: #32E7CF; }
span { border-color: rgb(50,231,207); }
td.TdClassName
{
border-color: #32E7CF;
}
.TagClassName
{
border-color: #32E7CF;
}
</style>