Shades of Turquoise #32EAD1
Tints of Turquoise #32EAD1
RGB
CMYK
RGB Variations
Color information
#32EAD1 (or 0x32EAD1) is known color: Turquoise. HEX triplet: 32, EA and D1. RGB value is (50,234,209). Sum of RGB (Red+Green+Blue) = 50+234+209=493 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.14% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #32EAD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EAD1 is #CD152E. Grayscale: #B0B0B0. Windows color (decimal): -13440303 or 13756978. OLE color: 13756978.
HSL color Cylindrical-coordinate representation of color #32EAD1: hue angle of 171.85º 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 #32EAD1 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 209 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.08 |
| HSL | 171.85º | 0.81% | 0.56% | - |
| HSV(B) | 171.85º | 0.79% | 0.92% | - |
| XYZ | 42.25 | 64.13 | 70.47 | - |
| YUV | 176.13 | 146.54 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 209 | 0.79 | 0 | 0.11 | 0.08 | 171.85 | 0.81 | 0.56 |
| Hex | 32 | EA | D1 | 4F | 0 | B | 8 | AC | 51 | 38 |
| Octal | 62 | 352 | 321 | 117 | 0 | 13 | 10 | 254 | 121 | 70 |
| Binary | 110010 | 11101010 | 11010001 | 1001111 | 0 | 1011 | 1000 | 10101100 | 1010001 | 111000 |
Color Harmonies of #32EAD1
Complementary color
Monochromatic Colors of #32EAD1
Black with #32EAD1
Text Example
Text Example
White with #32EAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EAD1; }
p { color: rgb(50,234,209); }
H1.HeaderClassName
{
color: #32EAD1;
}
.AnyTagClassName
{
color: #32EAD1;
}
</style>
background-color css
<style>
a { background-color: #32EAD1; }
a { background-color: rgb(50,234,209); }
div.DivClassName
{
background-color: #32EAD1;
}
.BgClassName
{
background-color: #32EAD1;
}
</style>
border-color css
<style>
span { border-color: #32EAD1; }
span { border-color: rgb(50,234,209); }
td.TdClassName
{
border-color: #32EAD1;
}
.TagClassName
{
border-color: #32EAD1;
}
</style>