Shades of Turquoise #32DEFB
Tints of Turquoise #32DEFB
RGB
CMYK
RGB Variations
Color information
#32DEFB (or 0x32DEFB) is known color: Turquoise. HEX triplet: 32, DE and FB. RGB value is (50,222,251). Sum of RGB (Red+Green+Blue) = 50+222+251=523 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.56% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #32DEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DEFB is #CD2104. Grayscale: #ADADAD. Windows color (decimal): -13443333 or 16506418. OLE color: 16506418.
HSL color Cylindrical-coordinate representation of color #32DEFB: hue angle of 188.66º 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 #32DEFB is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 222 | 251 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.02 |
| HSL | 188.66º | 0.96% | 0.59% | - |
| HSV(B) | 188.66º | 0.8% | 0.98% | - |
| XYZ | 44.85 | 59.89 | 100.46 | - |
| YUV | 173.88 | 171.52 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 251 | 0.80 | 0.12 | 0 | 0.02 | 188.66 | 0.96 | 0.59 |
| Hex | 32 | DE | FB | 50 | C | 0 | 2 | BD | 60 | 3B |
| Octal | 62 | 336 | 373 | 120 | 14 | 0 | 2 | 275 | 140 | 73 |
| Binary | 110010 | 11011110 | 11111011 | 1010000 | 1100 | 0 | 10 | 10111101 | 1100000 | 111011 |
Color Harmonies of #32DEFB
Complementary color
Monochromatic Colors of #32DEFB
Black with #32DEFB
Text Example
Text Example
White with #32DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DEFB; }
p { color: rgb(50,222,251); }
H1.HeaderClassName
{
color: #32DEFB;
}
.AnyTagClassName
{
color: #32DEFB;
}
</style>
background-color css
<style>
a { background-color: #32DEFB; }
a { background-color: rgb(50,222,251); }
div.DivClassName
{
background-color: #32DEFB;
}
.BgClassName
{
background-color: #32DEFB;
}
</style>
border-color css
<style>
span { border-color: #32DEFB; }
span { border-color: rgb(50,222,251); }
td.TdClassName
{
border-color: #32DEFB;
}
.TagClassName
{
border-color: #32DEFB;
}
</style>