Shades of Turquoise #32EAD0
Tints of Turquoise #32EAD0
RGB
CMYK
RGB Variations
Color information
#32EAD0 (or 0x32EAD0) is known color: Turquoise. HEX triplet: 32, EA and D0. RGB value is (50,234,208). Sum of RGB (Red+Green+Blue) = 50+234+208=492 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.16% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #32EAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EAD0 is #CD152F. Grayscale: #AFAFAF. Windows color (decimal): -13440304 or 13691442. OLE color: 13691442.
HSL color Cylindrical-coordinate representation of color #32EAD0: hue angle of 171.52º 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 #32EAD0 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 208 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.08 |
| HSL | 171.52º | 0.81% | 0.56% | - |
| HSV(B) | 171.52º | 0.79% | 0.92% | - |
| XYZ | 42.12 | 64.08 | 69.82 | - |
| YUV | 176.02 | 146.04 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 208 | 0.79 | 0 | 0.11 | 0.08 | 171.52 | 0.81 | 0.56 |
| Hex | 32 | EA | D0 | 4F | 0 | B | 8 | AC | 51 | 38 |
| Octal | 62 | 352 | 320 | 117 | 0 | 13 | 10 | 254 | 121 | 70 |
| Binary | 110010 | 11101010 | 11010000 | 1001111 | 0 | 1011 | 1000 | 10101100 | 1010001 | 111000 |
Color Harmonies of #32EAD0
Complementary color
Monochromatic Colors of #32EAD0
Black with #32EAD0
Text Example
Text Example
White with #32EAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EAD0; }
p { color: rgb(50,234,208); }
H1.HeaderClassName
{
color: #32EAD0;
}
.AnyTagClassName
{
color: #32EAD0;
}
</style>
background-color css
<style>
a { background-color: #32EAD0; }
a { background-color: rgb(50,234,208); }
div.DivClassName
{
background-color: #32EAD0;
}
.BgClassName
{
background-color: #32EAD0;
}
</style>
border-color css
<style>
span { border-color: #32EAD0; }
span { border-color: rgb(50,234,208); }
td.TdClassName
{
border-color: #32EAD0;
}
.TagClassName
{
border-color: #32EAD0;
}
</style>