Shades of Turquoise #32DBBC
Tints of Turquoise #32DBBC
RGB
CMYK
RGB Variations
Color information
#32DBBC (or 0x32DBBC) is known color: Turquoise. HEX triplet: 32, DB and BC. RGB value is (50,219,188). Sum of RGB (Red+Green+Blue) = 50+219+188=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #32DBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DBBC is #CD2443. Grayscale: #A4A4A4. Windows color (decimal): -13444164 or 12376882. OLE color: 12376882.
HSL color Cylindrical-coordinate representation of color #32DBBC: hue angle of 168.99º 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 #32DBBC is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 188 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.14 |
| HSL | 168.99º | 0.7% | 0.53% | - |
| HSV(B) | 168.99º | 0.77% | 0.86% | - |
| XYZ | 35.72 | 54.97 | 56.3 | - |
| YUV | 164.94 | 141.01 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 188 | 0.77 | 0 | 0.14 | 0.14 | 168.99 | 0.7 | 0.53 |
| Hex | 32 | DB | BC | 4D | 0 | E | E | A9 | 46 | 35 |
| Octal | 62 | 333 | 274 | 115 | 0 | 16 | 16 | 251 | 106 | 65 |
| Binary | 110010 | 11011011 | 10111100 | 1001101 | 0 | 1110 | 1110 | 10101001 | 1000110 | 110101 |
Color Harmonies of #32DBBC
Complementary color
Monochromatic Colors of #32DBBC
Black with #32DBBC
Text Example
Text Example
White with #32DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBBC; }
p { color: rgb(50,219,188); }
H1.HeaderClassName
{
color: #32DBBC;
}
.AnyTagClassName
{
color: #32DBBC;
}
</style>
background-color css
<style>
a { background-color: #32DBBC; }
a { background-color: rgb(50,219,188); }
div.DivClassName
{
background-color: #32DBBC;
}
.BgClassName
{
background-color: #32DBBC;
}
</style>
border-color css
<style>
span { border-color: #32DBBC; }
span { border-color: rgb(50,219,188); }
td.TdClassName
{
border-color: #32DBBC;
}
.TagClassName
{
border-color: #32DBBC;
}
</style>