Shades of Turquoise #32EDDD
Tints of Turquoise #32EDDD
RGB
CMYK
RGB Variations
Color information
#32EDDD (or 0x32EDDD) is known color: Turquoise. HEX triplet: 32, ED and DD. RGB value is (50,237,221). Sum of RGB (Red+Green+Blue) = 50+237+221=508 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.84% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #32EDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EDDD is #CD1222. Grayscale: #B3B3B3. Windows color (decimal): -13439523 or 14544178. OLE color: 14544178.
HSL color Cylindrical-coordinate representation of color #32EDDD: hue angle of 174.87º degrees, saturation: 0.84, 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 #32EDDD is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 221 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.07 |
| HSL | 174.87º | 0.84% | 0.56% | - |
| HSV(B) | 174.87º | 0.79% | 0.93% | - |
| XYZ | 44.65 | 66.47 | 78.88 | - |
| YUV | 179.26 | 151.55 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 221 | 0.79 | 0 | 0.07 | 0.07 | 174.87 | 0.84 | 0.56 |
| Hex | 32 | ED | DD | 4F | 0 | 7 | 7 | AF | 54 | 38 |
| Octal | 62 | 355 | 335 | 117 | 0 | 7 | 7 | 257 | 124 | 70 |
| Binary | 110010 | 11101101 | 11011101 | 1001111 | 0 | 111 | 111 | 10101111 | 1010100 | 111000 |
Color Harmonies of #32EDDD
Complementary color
Monochromatic Colors of #32EDDD
Black with #32EDDD
Text Example
Text Example
White with #32EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EDDD; }
p { color: rgb(50,237,221); }
H1.HeaderClassName
{
color: #32EDDD;
}
.AnyTagClassName
{
color: #32EDDD;
}
</style>
background-color css
<style>
a { background-color: #32EDDD; }
a { background-color: rgb(50,237,221); }
div.DivClassName
{
background-color: #32EDDD;
}
.BgClassName
{
background-color: #32EDDD;
}
</style>
border-color css
<style>
span { border-color: #32EDDD; }
span { border-color: rgb(50,237,221); }
td.TdClassName
{
border-color: #32EDDD;
}
.TagClassName
{
border-color: #32EDDD;
}
</style>