Shades of Turquoise #32E6CD
Tints of Turquoise #32E6CD
RGB
CMYK
RGB Variations
Color information
#32E6CD (or 0x32E6CD) is known color: Turquoise. HEX triplet: 32, E6 and CD. RGB value is (50,230,205). Sum of RGB (Red+Green+Blue) = 50+230+205=485 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.31% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #32E6CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E6CD is #CD1932. Grayscale: #ADADAD. Windows color (decimal): -13441331 or 13493810. OLE color: 13493810.
HSL color Cylindrical-coordinate representation of color #32E6CD: hue angle of 171.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E6CD is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 205 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.10 |
| HSL | 171.67º | 0.78% | 0.55% | - |
| HSV(B) | 171.67º | 0.78% | 0.9% | - |
| XYZ | 40.63 | 61.68 | 67.52 | - |
| YUV | 173.33 | 145.87 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 205 | 0.78 | 0 | 0.11 | 0.10 | 171.67 | 0.78 | 0.55 |
| Hex | 32 | E6 | CD | 4E | 0 | B | A | AC | 4E | 37 |
| Octal | 62 | 346 | 315 | 116 | 0 | 13 | 12 | 254 | 116 | 67 |
| Binary | 110010 | 11100110 | 11001101 | 1001110 | 0 | 1011 | 1010 | 10101100 | 1001110 | 110111 |
Color Harmonies of #32E6CD
Complementary color
Monochromatic Colors of #32E6CD
Black with #32E6CD
Text Example
Text Example
White with #32E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E6CD; }
p { color: rgb(50,230,205); }
H1.HeaderClassName
{
color: #32E6CD;
}
.AnyTagClassName
{
color: #32E6CD;
}
</style>
background-color css
<style>
a { background-color: #32E6CD; }
a { background-color: rgb(50,230,205); }
div.DivClassName
{
background-color: #32E6CD;
}
.BgClassName
{
background-color: #32E6CD;
}
</style>
border-color css
<style>
span { border-color: #32E6CD; }
span { border-color: rgb(50,230,205); }
td.TdClassName
{
border-color: #32E6CD;
}
.TagClassName
{
border-color: #32E6CD;
}
</style>