Shades of Turquoise #32DBFF
Tints of Turquoise #32DBFF
RGB
CMYK
RGB Variations
Color information
#32DBFF (or 0x32DBFF) is known color: Turquoise. HEX triplet: 32, DB and FF. RGB value is (50,219,255). Sum of RGB (Red+Green+Blue) = 50+219+255=524 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.54% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #32DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DBFF is #CD2400. Grayscale: #ACACAC. Windows color (decimal): -13444097 or 16767794. OLE color: 16767794.
HSL color Cylindrical-coordinate representation of color #32DBFF: hue angle of 190.54º 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 #32DBFF is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 219 | 255 | - |
| CMYK | 0.80 | 0.14 | 0 | 0 |
| HSL | 190.54º | 1% | 0.6% | - |
| HSV(B) | 190.54º | 0.8% | 1% | - |
| XYZ | 44.7 | 58.56 | 103.56 | - |
| YUV | 172.57 | 174.51 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 255 | 0.80 | 0.14 | 0 | 0 | 190.54 | 1 | 0.6 |
| Hex | 32 | DB | FF | 50 | E | 0 | 0 | BF | 64 | 3C |
| Octal | 62 | 333 | 377 | 120 | 16 | 0 | 0 | 277 | 144 | 74 |
| Binary | 110010 | 11011011 | 11111111 | 1010000 | 1110 | 0 | 0 | 10111111 | 1100100 | 111100 |
Color Harmonies of #32DBFF
Complementary color
Monochromatic Colors of #32DBFF
Black with #32DBFF
Text Example
Text Example
White with #32DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBFF; }
p { color: rgb(50,219,255); }
H1.HeaderClassName
{
color: #32DBFF;
}
.AnyTagClassName
{
color: #32DBFF;
}
</style>
background-color css
<style>
a { background-color: #32DBFF; }
a { background-color: rgb(50,219,255); }
div.DivClassName
{
background-color: #32DBFF;
}
.BgClassName
{
background-color: #32DBFF;
}
</style>
border-color css
<style>
span { border-color: #32DBFF; }
span { border-color: rgb(50,219,255); }
td.TdClassName
{
border-color: #32DBFF;
}
.TagClassName
{
border-color: #32DBFF;
}
</style>