Shades of Turquoise #32DBD4
Tints of Turquoise #32DBD4
RGB
CMYK
RGB Variations
Color information
#32DBD4 (or 0x32DBD4) is known color: Turquoise. HEX triplet: 32, DB and D4. RGB value is (50,219,212). Sum of RGB (Red+Green+Blue) = 50+219+212=481 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.40% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #32DBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DBD4 is #CD242B. Grayscale: #A7A7A7. Windows color (decimal): -13444140 or 13949746. OLE color: 13949746.
HSL color Cylindrical-coordinate representation of color #32DBD4: hue angle of 177.51º 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 #32DBD4 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 212 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.14 |
| HSL | 177.51º | 0.7% | 0.53% | - |
| HSV(B) | 177.51º | 0.77% | 0.86% | - |
| XYZ | 38.53 | 56.09 | 71.08 | - |
| YUV | 167.67 | 153.01 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 212 | 0.77 | 0 | 0.03 | 0.14 | 177.51 | 0.7 | 0.53 |
| Hex | 32 | DB | D4 | 4D | 0 | 3 | E | B2 | 46 | 35 |
| Octal | 62 | 333 | 324 | 115 | 0 | 3 | 16 | 262 | 106 | 65 |
| Binary | 110010 | 11011011 | 11010100 | 1001101 | 0 | 11 | 1110 | 10110010 | 1000110 | 110101 |
Color Harmonies of #32DBD4
Complementary color
Monochromatic Colors of #32DBD4
Black with #32DBD4
Text Example
Text Example
White with #32DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBD4; }
p { color: rgb(50,219,212); }
H1.HeaderClassName
{
color: #32DBD4;
}
.AnyTagClassName
{
color: #32DBD4;
}
</style>
background-color css
<style>
a { background-color: #32DBD4; }
a { background-color: rgb(50,219,212); }
div.DivClassName
{
background-color: #32DBD4;
}
.BgClassName
{
background-color: #32DBD4;
}
</style>
border-color css
<style>
span { border-color: #32DBD4; }
span { border-color: rgb(50,219,212); }
td.TdClassName
{
border-color: #32DBD4;
}
.TagClassName
{
border-color: #32DBD4;
}
</style>