Shades of Turquoise #32EED3
Tints of Turquoise #32EED3
RGB
CMYK
RGB Variations
Color information
#32EED3 (or 0x32EED3) is known color: Turquoise. HEX triplet: 32, EE and D3. RGB value is (50,238,211). Sum of RGB (Red+Green+Blue) = 50+238+211=499 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10.02% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #32EED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EED3 is #CD112C. Grayscale: #B2B2B2. Windows color (decimal): -13439277 or 13889074. OLE color: 13889074.
HSL color Cylindrical-coordinate representation of color #32EED3: hue angle of 171.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EED3 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 211 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.07 |
| HSL | 171.38º | 0.85% | 0.56% | - |
| HSV(B) | 171.38º | 0.79% | 0.93% | - |
| XYZ | 43.65 | 66.53 | 72.17 | - |
| YUV | 178.71 | 146.22 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 211 | 0.79 | 0 | 0.11 | 0.07 | 171.38 | 0.85 | 0.56 |
| Hex | 32 | EE | D3 | 4F | 0 | B | 7 | AB | 55 | 38 |
| Octal | 62 | 356 | 323 | 117 | 0 | 13 | 7 | 253 | 125 | 70 |
| Binary | 110010 | 11101110 | 11010011 | 1001111 | 0 | 1011 | 111 | 10101011 | 1010101 | 111000 |
Color Harmonies of #32EED3
Complementary color
Monochromatic Colors of #32EED3
Black with #32EED3
Text Example
Text Example
White with #32EED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EED3; }
p { color: rgb(50,238,211); }
H1.HeaderClassName
{
color: #32EED3;
}
.AnyTagClassName
{
color: #32EED3;
}
</style>
background-color css
<style>
a { background-color: #32EED3; }
a { background-color: rgb(50,238,211); }
div.DivClassName
{
background-color: #32EED3;
}
.BgClassName
{
background-color: #32EED3;
}
</style>
border-color css
<style>
span { border-color: #32EED3; }
span { border-color: rgb(50,238,211); }
td.TdClassName
{
border-color: #32EED3;
}
.TagClassName
{
border-color: #32EED3;
}
</style>