Shades of Turquoise #32EAE3
Tints of Turquoise #32EAE3
RGB
CMYK
RGB Variations
Color information
#32EAE3 (or 0x32EAE3) is known color: Turquoise. HEX triplet: 32, EA and E3. RGB value is (50,234,227). Sum of RGB (Red+Green+Blue) = 50+234+227=511 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.78% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #32EAE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EAE3 is #CD151C. Grayscale: #B2B2B2. Windows color (decimal): -13440285 or 14936626. OLE color: 14936626.
HSL color Cylindrical-coordinate representation of color #32EAE3: hue angle of 177.72º 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 #32EAE3 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 227 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.08 |
| HSL | 177.72º | 0.81% | 0.56% | - |
| HSV(B) | 177.72º | 0.79% | 0.92% | - |
| XYZ | 44.6 | 65.07 | 82.88 | - |
| YUV | 178.19 | 155.54 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 227 | 0.79 | 0 | 0.03 | 0.08 | 177.72 | 0.81 | 0.56 |
| Hex | 32 | EA | E3 | 4F | 0 | 3 | 8 | B2 | 51 | 38 |
| Octal | 62 | 352 | 343 | 117 | 0 | 3 | 10 | 262 | 121 | 70 |
| Binary | 110010 | 11101010 | 11100011 | 1001111 | 0 | 11 | 1000 | 10110010 | 1010001 | 111000 |
Color Harmonies of #32EAE3
Complementary color
Monochromatic Colors of #32EAE3
Black with #32EAE3
Text Example
Text Example
White with #32EAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EAE3; }
p { color: rgb(50,234,227); }
H1.HeaderClassName
{
color: #32EAE3;
}
.AnyTagClassName
{
color: #32EAE3;
}
</style>
background-color css
<style>
a { background-color: #32EAE3; }
a { background-color: rgb(50,234,227); }
div.DivClassName
{
background-color: #32EAE3;
}
.BgClassName
{
background-color: #32EAE3;
}
</style>
border-color css
<style>
span { border-color: #32EAE3; }
span { border-color: rgb(50,234,227); }
td.TdClassName
{
border-color: #32EAE3;
}
.TagClassName
{
border-color: #32EAE3;
}
</style>