Shades of Turquoise #32EEDD
Tints of Turquoise #32EEDD
RGB
CMYK
RGB Variations
Color information
#32EEDD (or 0x32EEDD) is known color: Turquoise. HEX triplet: 32, EE and DD. RGB value is (50,238,221). Sum of RGB (Red+Green+Blue) = 50+238+221=509 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.82% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #32EEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EEDD is #CD1122. Grayscale: #B3B3B3. Windows color (decimal): -13439267 or 14544434. OLE color: 14544434.
HSL color Cylindrical-coordinate representation of color #32EEDD: hue angle of 174.57º 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 #32EEDD is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 221 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.07 |
| HSL | 174.57º | 0.85% | 0.56% | - |
| HSV(B) | 174.57º | 0.79% | 0.93% | - |
| XYZ | 44.94 | 67.05 | 78.98 | - |
| YUV | 179.85 | 151.22 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 221 | 0.79 | 0 | 0.07 | 0.07 | 174.57 | 0.85 | 0.56 |
| Hex | 32 | EE | DD | 4F | 0 | 7 | 7 | AF | 55 | 38 |
| Octal | 62 | 356 | 335 | 117 | 0 | 7 | 7 | 257 | 125 | 70 |
| Binary | 110010 | 11101110 | 11011101 | 1001111 | 0 | 111 | 111 | 10101111 | 1010101 | 111000 |
Color Harmonies of #32EEDD
Complementary color
Monochromatic Colors of #32EEDD
Black with #32EEDD
Text Example
Text Example
White with #32EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EEDD; }
p { color: rgb(50,238,221); }
H1.HeaderClassName
{
color: #32EEDD;
}
.AnyTagClassName
{
color: #32EEDD;
}
</style>
background-color css
<style>
a { background-color: #32EEDD; }
a { background-color: rgb(50,238,221); }
div.DivClassName
{
background-color: #32EEDD;
}
.BgClassName
{
background-color: #32EEDD;
}
</style>
border-color css
<style>
span { border-color: #32EEDD; }
span { border-color: rgb(50,238,221); }
td.TdClassName
{
border-color: #32EEDD;
}
.TagClassName
{
border-color: #32EEDD;
}
</style>