Shades of Turquoise #32EAFB
Tints of Turquoise #32EAFB
RGB
CMYK
RGB Variations
Color information
#32EAFB (or 0x32EAFB) is known color: Turquoise. HEX triplet: 32, EA and FB. RGB value is (50,234,251). Sum of RGB (Red+Green+Blue) = 50+234+251=535 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.35% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #32EAFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EAFB is #CD1504. Grayscale: #B4B4B4. Windows color (decimal): -13440261 or 16509490. OLE color: 16509490.
HSL color Cylindrical-coordinate representation of color #32EAFB: hue angle of 185.07º 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 #32EAFB is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 234 | 251 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.02 |
| HSL | 185.07º | 0.96% | 0.59% | - |
| HSV(B) | 185.07º | 0.8% | 0.98% | - |
| XYZ | 48.15 | 66.49 | 101.56 | - |
| YUV | 180.92 | 167.54 | 34.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 251 | 0.80 | 0.07 | 0 | 0.02 | 185.07 | 0.96 | 0.59 |
| Hex | 32 | EA | FB | 50 | 7 | 0 | 2 | B9 | 60 | 3B |
| Octal | 62 | 352 | 373 | 120 | 7 | 0 | 2 | 271 | 140 | 73 |
| Binary | 110010 | 11101010 | 11111011 | 1010000 | 111 | 0 | 10 | 10111001 | 1100000 | 111011 |
Color Harmonies of #32EAFB
Complementary color
Monochromatic Colors of #32EAFB
Black with #32EAFB
Text Example
Text Example
White with #32EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EAFB; }
p { color: rgb(50,234,251); }
H1.HeaderClassName
{
color: #32EAFB;
}
.AnyTagClassName
{
color: #32EAFB;
}
</style>
background-color css
<style>
a { background-color: #32EAFB; }
a { background-color: rgb(50,234,251); }
div.DivClassName
{
background-color: #32EAFB;
}
.BgClassName
{
background-color: #32EAFB;
}
</style>
border-color css
<style>
span { border-color: #32EAFB; }
span { border-color: rgb(50,234,251); }
td.TdClassName
{
border-color: #32EAFB;
}
.TagClassName
{
border-color: #32EAFB;
}
</style>