Shades of Turquoise #32EBDC
Tints of Turquoise #32EBDC
RGB
CMYK
RGB Variations
Color information
#32EBDC (or 0x32EBDC) is known color: Turquoise. HEX triplet: 32, EB and DC. RGB value is (50,235,220). Sum of RGB (Red+Green+Blue) = 50+235+220=505 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.90% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #32EBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EBDC is #CD1423. Grayscale: #B1B1B1. Windows color (decimal): -13440036 or 14478130. OLE color: 14478130.
HSL color Cylindrical-coordinate representation of color #32EBDC: hue angle of 175.14º 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 #32EBDC is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 220 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.08 |
| HSL | 175.14º | 0.82% | 0.56% | - |
| HSV(B) | 175.14º | 0.79% | 0.92% | - |
| XYZ | 43.94 | 65.26 | 77.99 | - |
| YUV | 177.98 | 151.71 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 220 | 0.79 | 0 | 0.06 | 0.08 | 175.14 | 0.82 | 0.56 |
| Hex | 32 | EB | DC | 4F | 0 | 6 | 8 | AF | 52 | 38 |
| Octal | 62 | 353 | 334 | 117 | 0 | 6 | 10 | 257 | 122 | 70 |
| Binary | 110010 | 11101011 | 11011100 | 1001111 | 0 | 110 | 1000 | 10101111 | 1010010 | 111000 |
Color Harmonies of #32EBDC
Complementary color
Monochromatic Colors of #32EBDC
Black with #32EBDC
Text Example
Text Example
White with #32EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EBDC; }
p { color: rgb(50,235,220); }
H1.HeaderClassName
{
color: #32EBDC;
}
.AnyTagClassName
{
color: #32EBDC;
}
</style>
background-color css
<style>
a { background-color: #32EBDC; }
a { background-color: rgb(50,235,220); }
div.DivClassName
{
background-color: #32EBDC;
}
.BgClassName
{
background-color: #32EBDC;
}
</style>
border-color css
<style>
span { border-color: #32EBDC; }
span { border-color: rgb(50,235,220); }
td.TdClassName
{
border-color: #32EBDC;
}
.TagClassName
{
border-color: #32EBDC;
}
</style>