Shades of Turquoise #32DFDB
Tints of Turquoise #32DFDB
RGB
CMYK
RGB Variations
Color information
#32DFDB (or 0x32DFDB) is known color: Turquoise. HEX triplet: 32, DF and DB. RGB value is (50,223,219). Sum of RGB (Red+Green+Blue) = 50+223+219=492 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.16% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #32DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DFDB is #CD2024. Grayscale: #AAAAAA. Windows color (decimal): -13443109 or 14409522. OLE color: 14409522.
HSL color Cylindrical-coordinate representation of color #32DFDB: hue angle of 178.61º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32DFDB is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 223 | 219 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.13 |
| HSL | 178.61º | 0.73% | 0.54% | - |
| HSV(B) | 178.61º | 0.78% | 0.87% | - |
| XYZ | 40.49 | 58.57 | 76.19 | - |
| YUV | 170.82 | 155.19 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 219 | 0.78 | 0 | 0.02 | 0.13 | 178.61 | 0.73 | 0.54 |
| Hex | 32 | DF | DB | 4E | 0 | 2 | D | B3 | 49 | 36 |
| Octal | 62 | 337 | 333 | 116 | 0 | 2 | 15 | 263 | 111 | 66 |
| Binary | 110010 | 11011111 | 11011011 | 1001110 | 0 | 10 | 1101 | 10110011 | 1001001 | 110110 |
Color Harmonies of #32DFDB
Complementary color
Monochromatic Colors of #32DFDB
Black with #32DFDB
Text Example
Text Example
White with #32DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DFDB; }
p { color: rgb(50,223,219); }
H1.HeaderClassName
{
color: #32DFDB;
}
.AnyTagClassName
{
color: #32DFDB;
}
</style>
background-color css
<style>
a { background-color: #32DFDB; }
a { background-color: rgb(50,223,219); }
div.DivClassName
{
background-color: #32DFDB;
}
.BgClassName
{
background-color: #32DFDB;
}
</style>
border-color css
<style>
span { border-color: #32DFDB; }
span { border-color: rgb(50,223,219); }
td.TdClassName
{
border-color: #32DFDB;
}
.TagClassName
{
border-color: #32DFDB;
}
</style>