Shades of Turquoise #32EACF
Tints of Turquoise #32EACF
RGB
CMYK
RGB Variations
Color information
#32EACF (or 0x32EACF) is known color: Turquoise. HEX triplet: 32, EA and CF. RGB value is (50,234,207). Sum of RGB (Red+Green+Blue) = 50+234+207=491 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.18% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #32EACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EACF is #CD1530. Grayscale: #AFAFAF. Windows color (decimal): -13440305 or 13625906. OLE color: 13625906.
HSL color Cylindrical-coordinate representation of color #32EACF: hue angle of 171.2º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EACF is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 207 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.08 |
| HSL | 171.2º | 0.81% | 0.56% | - |
| HSV(B) | 171.2º | 0.79% | 0.92% | - |
| XYZ | 42 | 64.03 | 69.18 | - |
| YUV | 175.91 | 145.54 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 207 | 0.79 | 0 | 0.12 | 0.08 | 171.2 | 0.81 | 0.56 |
| Hex | 32 | EA | CF | 4F | 0 | C | 8 | AB | 51 | 38 |
| Octal | 62 | 352 | 317 | 117 | 0 | 14 | 10 | 253 | 121 | 70 |
| Binary | 110010 | 11101010 | 11001111 | 1001111 | 0 | 1100 | 1000 | 10101011 | 1010001 | 111000 |
Color Harmonies of #32EACF
Complementary color
Monochromatic Colors of #32EACF
Black with #32EACF
Text Example
Text Example
White with #32EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EACF; }
p { color: rgb(50,234,207); }
H1.HeaderClassName
{
color: #32EACF;
}
.AnyTagClassName
{
color: #32EACF;
}
</style>
background-color css
<style>
a { background-color: #32EACF; }
a { background-color: rgb(50,234,207); }
div.DivClassName
{
background-color: #32EACF;
}
.BgClassName
{
background-color: #32EACF;
}
</style>
border-color css
<style>
span { border-color: #32EACF; }
span { border-color: rgb(50,234,207); }
td.TdClassName
{
border-color: #32EACF;
}
.TagClassName
{
border-color: #32EACF;
}
</style>