Shades of Turquoise #32DAFB
Tints of Turquoise #32DAFB
RGB
CMYK
RGB Variations
Color information
#32DAFB (or 0x32DAFB) is known color: Turquoise. HEX triplet: 32, DA and FB. RGB value is (50,218,251). Sum of RGB (Red+Green+Blue) = 50+218+251=519 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.63% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #32DAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DAFB is #CD2504. Grayscale: #ABABAB. Windows color (decimal): -13444357 or 16505394. OLE color: 16505394.
HSL color Cylindrical-coordinate representation of color #32DAFB: hue angle of 189.85º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DAFB is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 218 | 251 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.02 |
| HSL | 189.85º | 0.96% | 0.59% | - |
| HSV(B) | 189.85º | 0.8% | 0.98% | - |
| XYZ | 43.8 | 57.79 | 100.11 | - |
| YUV | 171.53 | 172.84 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 251 | 0.80 | 0.13 | 0 | 0.02 | 189.85 | 0.96 | 0.59 |
| Hex | 32 | DA | FB | 50 | D | 0 | 2 | BE | 60 | 3B |
| Octal | 62 | 332 | 373 | 120 | 15 | 0 | 2 | 276 | 140 | 73 |
| Binary | 110010 | 11011010 | 11111011 | 1010000 | 1101 | 0 | 10 | 10111110 | 1100000 | 111011 |
Color Harmonies of #32DAFB
Complementary color
Monochromatic Colors of #32DAFB
Black with #32DAFB
Text Example
Text Example
White with #32DAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DAFB; }
p { color: rgb(50,218,251); }
H1.HeaderClassName
{
color: #32DAFB;
}
.AnyTagClassName
{
color: #32DAFB;
}
</style>
background-color css
<style>
a { background-color: #32DAFB; }
a { background-color: rgb(50,218,251); }
div.DivClassName
{
background-color: #32DAFB;
}
.BgClassName
{
background-color: #32DAFB;
}
</style>
border-color css
<style>
span { border-color: #32DAFB; }
span { border-color: rgb(50,218,251); }
td.TdClassName
{
border-color: #32DAFB;
}
.TagClassName
{
border-color: #32DAFB;
}
</style>