Shades of Turquoise #32EBBD
Tints of Turquoise #32EBBD
RGB
CMYK
RGB Variations
Color information
#32EBBD (or 0x32EBBD) is known color: Turquoise. HEX triplet: 32, EB and BD. RGB value is (50,235,189). Sum of RGB (Red+Green+Blue) = 50+235+189=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 235 - color contains mainly: green. Hex color #32EBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EBBD is #CD1442. Grayscale: #AEAEAE. Windows color (decimal): -13440067 or 12446514. OLE color: 12446514.
HSL color Cylindrical-coordinate representation of color #32EBBD: hue angle of 165.08º degrees, saturation: 0.82, 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 #32EBBD is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 189 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.08 |
| HSL | 165.08º | 0.82% | 0.56% | - |
| HSV(B) | 165.08º | 0.79% | 0.92% | - |
| XYZ | 40.21 | 63.77 | 58.33 | - |
| YUV | 174.44 | 136.21 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 189 | 0.79 | 0 | 0.20 | 0.08 | 165.08 | 0.82 | 0.56 |
| Hex | 32 | EB | BD | 4F | 0 | 14 | 8 | A5 | 52 | 38 |
| Octal | 62 | 353 | 275 | 117 | 0 | 24 | 10 | 245 | 122 | 70 |
| Binary | 110010 | 11101011 | 10111101 | 1001111 | 0 | 10100 | 1000 | 10100101 | 1010010 | 111000 |
Color Harmonies of #32EBBD
Complementary color
Monochromatic Colors of #32EBBD
Black with #32EBBD
Text Example
Text Example
White with #32EBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EBBD; }
p { color: rgb(50,235,189); }
H1.HeaderClassName
{
color: #32EBBD;
}
.AnyTagClassName
{
color: #32EBBD;
}
</style>
background-color css
<style>
a { background-color: #32EBBD; }
a { background-color: rgb(50,235,189); }
div.DivClassName
{
background-color: #32EBBD;
}
.BgClassName
{
background-color: #32EBBD;
}
</style>
border-color css
<style>
span { border-color: #32EBBD; }
span { border-color: rgb(50,235,189); }
td.TdClassName
{
border-color: #32EBBD;
}
.TagClassName
{
border-color: #32EBBD;
}
</style>