Shades of Turquoise #32D8BD
Tints of Turquoise #32D8BD
RGB
CMYK
RGB Variations
Color information
#32D8BD (or 0x32D8BD) is known color: Turquoise. HEX triplet: 32, D8 and BD. RGB value is (50,216,189). Sum of RGB (Red+Green+Blue) = 50+216+189=455 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.99% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #32D8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D8BD is #CD2742. Grayscale: #A3A3A3. Windows color (decimal): -13444931 or 12441650. OLE color: 12441650.
HSL color Cylindrical-coordinate representation of color #32D8BD: hue angle of 170.24º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D8BD is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 216 | 189 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.15 |
| HSL | 170.24º | 0.68% | 0.52% | - |
| HSV(B) | 170.24º | 0.77% | 0.85% | - |
| XYZ | 35.06 | 53.46 | 56.62 | - |
| YUV | 163.29 | 142.5 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 216 | 189 | 0.77 | 0 | 0.12 | 0.15 | 170.24 | 0.68 | 0.52 |
| Hex | 32 | D8 | BD | 4D | 0 | C | F | AA | 44 | 34 |
| Octal | 62 | 330 | 275 | 115 | 0 | 14 | 17 | 252 | 104 | 64 |
| Binary | 110010 | 11011000 | 10111101 | 1001101 | 0 | 1100 | 1111 | 10101010 | 1000100 | 110100 |
Color Harmonies of #32D8BD
Complementary color
Monochromatic Colors of #32D8BD
Black with #32D8BD
Text Example
Text Example
White with #32D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D8BD; }
p { color: rgb(50,216,189); }
H1.HeaderClassName
{
color: #32D8BD;
}
.AnyTagClassName
{
color: #32D8BD;
}
</style>
background-color css
<style>
a { background-color: #32D8BD; }
a { background-color: rgb(50,216,189); }
div.DivClassName
{
background-color: #32D8BD;
}
.BgClassName
{
background-color: #32D8BD;
}
</style>
border-color css
<style>
span { border-color: #32D8BD; }
span { border-color: rgb(50,216,189); }
td.TdClassName
{
border-color: #32D8BD;
}
.TagClassName
{
border-color: #32D8BD;
}
</style>