Shades of Turquoise #32FFDB
Tints of Turquoise #32FFDB
RGB
CMYK
RGB Variations
Color information
#32FFDB (or 0x32FFDB) is known color: Turquoise. HEX triplet: 32, FF and DB. RGB value is (50,255,219). Sum of RGB (Red+Green+Blue) = 50+255+219=524 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.54% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFDB is #CD0024. Grayscale: #BDBDBD. Windows color (decimal): -13434917 or 14417714. OLE color: 14417714.
HSL color Cylindrical-coordinate representation of color #32FFDB: hue angle of 169.46º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFDB is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 219 | - |
| CMYK | 0.80 | 0 | 0.14 | 0 |
| HSL | 169.46º | 1% | 0.6% | - |
| HSV(B) | 169.46º | 0.8% | 1% | - |
| XYZ | 49.86 | 77.31 | 79.31 | - |
| YUV | 189.6 | 144.58 | 28.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 219 | 0.80 | 0 | 0.14 | 0 | 169.46 | 1 | 0.6 |
| Hex | 32 | FF | DB | 50 | 0 | E | 0 | A9 | 64 | 3C |
| Octal | 62 | 377 | 333 | 120 | 0 | 16 | 0 | 251 | 144 | 74 |
| Binary | 110010 | 11111111 | 11011011 | 1010000 | 0 | 1110 | 0 | 10101001 | 1100100 | 111100 |
Color Harmonies of #32FFDB
Complementary color
Monochromatic Colors of #32FFDB
Black with #32FFDB
Text Example
Text Example
White with #32FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFDB; }
p { color: rgb(50,255,219); }
H1.HeaderClassName
{
color: #32FFDB;
}
.AnyTagClassName
{
color: #32FFDB;
}
</style>
background-color css
<style>
a { background-color: #32FFDB; }
a { background-color: rgb(50,255,219); }
div.DivClassName
{
background-color: #32FFDB;
}
.BgClassName
{
background-color: #32FFDB;
}
</style>
border-color css
<style>
span { border-color: #32FFDB; }
span { border-color: rgb(50,255,219); }
td.TdClassName
{
border-color: #32FFDB;
}
.TagClassName
{
border-color: #32FFDB;
}
</style>