Shades of Turquoise #32DBCE
Tints of Turquoise #32DBCE
RGB
CMYK
RGB Variations
Color information
#32DBCE (or 0x32DBCE) is known color: Turquoise. HEX triplet: 32, DB and CE. RGB value is (50,219,206). Sum of RGB (Red+Green+Blue) = 50+219+206=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #32DBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DBCE is #CD2431. Grayscale: #A6A6A6. Windows color (decimal): -13444146 or 13556530. OLE color: 13556530.
HSL color Cylindrical-coordinate representation of color #32DBCE: hue angle of 175.38º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DBCE is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 206 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.14 |
| HSL | 175.38º | 0.7% | 0.53% | - |
| HSV(B) | 175.38º | 0.77% | 0.86% | - |
| XYZ | 37.79 | 55.8 | 67.17 | - |
| YUV | 166.99 | 150.01 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 206 | 0.77 | 0 | 0.06 | 0.14 | 175.38 | 0.7 | 0.53 |
| Hex | 32 | DB | CE | 4D | 0 | 6 | E | AF | 46 | 35 |
| Octal | 62 | 333 | 316 | 115 | 0 | 6 | 16 | 257 | 106 | 65 |
| Binary | 110010 | 11011011 | 11001110 | 1001101 | 0 | 110 | 1110 | 10101111 | 1000110 | 110101 |
Color Harmonies of #32DBCE
Complementary color
Monochromatic Colors of #32DBCE
Black with #32DBCE
Text Example
Text Example
White with #32DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBCE; }
p { color: rgb(50,219,206); }
H1.HeaderClassName
{
color: #32DBCE;
}
.AnyTagClassName
{
color: #32DBCE;
}
</style>
background-color css
<style>
a { background-color: #32DBCE; }
a { background-color: rgb(50,219,206); }
div.DivClassName
{
background-color: #32DBCE;
}
.BgClassName
{
background-color: #32DBCE;
}
</style>
border-color css
<style>
span { border-color: #32DBCE; }
span { border-color: rgb(50,219,206); }
td.TdClassName
{
border-color: #32DBCE;
}
.TagClassName
{
border-color: #32DBCE;
}
</style>