Shades of Turquoise #32DBFC
Tints of Turquoise #32DBFC
RGB
CMYK
RGB Variations
Color information
#32DBFC (or 0x32DBFC) is known color: Turquoise. HEX triplet: 32, DB and FC. RGB value is (50,219,252). Sum of RGB (Red+Green+Blue) = 50+219+252=521 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.60% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #32DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DBFC is #CD2403. Grayscale: #ABABAB. Windows color (decimal): -13444100 or 16571186. OLE color: 16571186.
HSL color Cylindrical-coordinate representation of color #32DBFC: hue angle of 189.8º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DBFC is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 219 | 252 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.01 |
| HSL | 189.8º | 0.97% | 0.59% | - |
| HSV(B) | 189.8º | 0.8% | 0.99% | - |
| XYZ | 44.22 | 58.37 | 101.03 | - |
| YUV | 172.23 | 173.01 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 252 | 0.80 | 0.13 | 0 | 0.01 | 189.8 | 0.97 | 0.59 |
| Hex | 32 | DB | FC | 50 | D | 0 | 1 | BE | 61 | 3B |
| Octal | 62 | 333 | 374 | 120 | 15 | 0 | 1 | 276 | 141 | 73 |
| Binary | 110010 | 11011011 | 11111100 | 1010000 | 1101 | 0 | 1 | 10111110 | 1100001 | 111011 |
Color Harmonies of #32DBFC
Complementary color
Monochromatic Colors of #32DBFC
Black with #32DBFC
Text Example
Text Example
White with #32DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBFC; }
p { color: rgb(50,219,252); }
H1.HeaderClassName
{
color: #32DBFC;
}
.AnyTagClassName
{
color: #32DBFC;
}
</style>
background-color css
<style>
a { background-color: #32DBFC; }
a { background-color: rgb(50,219,252); }
div.DivClassName
{
background-color: #32DBFC;
}
.BgClassName
{
background-color: #32DBFC;
}
</style>
border-color css
<style>
span { border-color: #32DBFC; }
span { border-color: rgb(50,219,252); }
td.TdClassName
{
border-color: #32DBFC;
}
.TagClassName
{
border-color: #32DBFC;
}
</style>