Shades of Turquoise #32DBBE
Tints of Turquoise #32DBBE
RGB
CMYK
RGB Variations
Color information
#32DBBE (or 0x32DBBE) is known color: Turquoise. HEX triplet: 32, DB and BE. RGB value is (50,219,190). Sum of RGB (Red+Green+Blue) = 50+219+190=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #32DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DBBE is #CD2441. Grayscale: #A5A5A5. Windows color (decimal): -13444162 or 12507954. OLE color: 12507954.
HSL color Cylindrical-coordinate representation of color #32DBBE: hue angle of 169.7º 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 #32DBBE is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 190 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.14 |
| HSL | 169.7º | 0.7% | 0.53% | - |
| HSV(B) | 169.7º | 0.77% | 0.86% | - |
| XYZ | 35.94 | 55.06 | 57.45 | - |
| YUV | 165.16 | 142.01 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 190 | 0.77 | 0 | 0.13 | 0.14 | 169.7 | 0.7 | 0.53 |
| Hex | 32 | DB | BE | 4D | 0 | D | E | AA | 46 | 35 |
| Octal | 62 | 333 | 276 | 115 | 0 | 15 | 16 | 252 | 106 | 65 |
| Binary | 110010 | 11011011 | 10111110 | 1001101 | 0 | 1101 | 1110 | 10101010 | 1000110 | 110101 |
Color Harmonies of #32DBBE
Complementary color
Monochromatic Colors of #32DBBE
Black with #32DBBE
Text Example
Text Example
White with #32DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBBE; }
p { color: rgb(50,219,190); }
H1.HeaderClassName
{
color: #32DBBE;
}
.AnyTagClassName
{
color: #32DBBE;
}
</style>
background-color css
<style>
a { background-color: #32DBBE; }
a { background-color: rgb(50,219,190); }
div.DivClassName
{
background-color: #32DBBE;
}
.BgClassName
{
background-color: #32DBBE;
}
</style>
border-color css
<style>
span { border-color: #32DBBE; }
span { border-color: rgb(50,219,190); }
td.TdClassName
{
border-color: #32DBBE;
}
.TagClassName
{
border-color: #32DBBE;
}
</style>