Shades of Turquoise #32DAB7
Tints of Turquoise #32DAB7
RGB
CMYK
RGB Variations
Color information
#32DAB7 (or 0x32DAB7) is known color: Turquoise. HEX triplet: 32, DA and B7. RGB value is (50,218,183). Sum of RGB (Red+Green+Blue) = 50+218+183=451 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.09% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #32DAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DAB7 is #CD2548. Grayscale: #A3A3A3. Windows color (decimal): -13444425 or 12048946. OLE color: 12048946.
HSL color Cylindrical-coordinate representation of color #32DAB7: hue angle of 167.5º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DAB7 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 183 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.15 |
| HSL | 167.5º | 0.69% | 0.53% | - |
| HSV(B) | 167.5º | 0.77% | 0.85% | - |
| XYZ | 34.93 | 54.24 | 53.43 | - |
| YUV | 163.78 | 138.84 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 183 | 0.77 | 0 | 0.16 | 0.15 | 167.5 | 0.69 | 0.53 |
| Hex | 32 | DA | B7 | 4D | 0 | 10 | F | A8 | 45 | 35 |
| Octal | 62 | 332 | 267 | 115 | 0 | 20 | 17 | 250 | 105 | 65 |
| Binary | 110010 | 11011010 | 10110111 | 1001101 | 0 | 10000 | 1111 | 10101000 | 1000101 | 110101 |
Color Harmonies of #32DAB7
Complementary color
Monochromatic Colors of #32DAB7
Black with #32DAB7
Text Example
Text Example
White with #32DAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DAB7; }
p { color: rgb(50,218,183); }
H1.HeaderClassName
{
color: #32DAB7;
}
.AnyTagClassName
{
color: #32DAB7;
}
</style>
background-color css
<style>
a { background-color: #32DAB7; }
a { background-color: rgb(50,218,183); }
div.DivClassName
{
background-color: #32DAB7;
}
.BgClassName
{
background-color: #32DAB7;
}
</style>
border-color css
<style>
span { border-color: #32DAB7; }
span { border-color: rgb(50,218,183); }
td.TdClassName
{
border-color: #32DAB7;
}
.TagClassName
{
border-color: #32DAB7;
}
</style>