Shades of Turquoise #32FBB2
Tints of Turquoise #32FBB2
RGB
CMYK
RGB Variations
Color information
#32FBB2 (or 0x32FBB2) is known color: Turquoise. HEX triplet: 32, FB and B2. RGB value is (50,251,178). Sum of RGB (Red+Green+Blue) = 50+251+178=479 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.44% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FBB2 is #CD044D. Grayscale: #B6B6B6. Windows color (decimal): -13435982 or 11729714. OLE color: 11729714.
HSL color Cylindrical-coordinate representation of color #32FBB2: hue angle of 158.21º 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 #32FBB2 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 178 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.02 |
| HSL | 158.21º | 0.96% | 0.59% | - |
| HSV(B) | 158.21º | 0.8% | 0.98% | - |
| XYZ | 43.85 | 72.89 | 53.88 | - |
| YUV | 182.58 | 125.41 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 178 | 0.80 | 0 | 0.29 | 0.02 | 158.21 | 0.96 | 0.59 |
| Hex | 32 | FB | B2 | 50 | 0 | 1D | 2 | 9E | 60 | 3B |
| Octal | 62 | 373 | 262 | 120 | 0 | 35 | 2 | 236 | 140 | 73 |
| Binary | 110010 | 11111011 | 10110010 | 1010000 | 0 | 11101 | 10 | 10011110 | 1100000 | 111011 |
Color Harmonies of #32FBB2
Complementary color
Monochromatic Colors of #32FBB2
Black with #32FBB2
Text Example
Text Example
White with #32FBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBB2; }
p { color: rgb(50,251,178); }
H1.HeaderClassName
{
color: #32FBB2;
}
.AnyTagClassName
{
color: #32FBB2;
}
</style>
background-color css
<style>
a { background-color: #32FBB2; }
a { background-color: rgb(50,251,178); }
div.DivClassName
{
background-color: #32FBB2;
}
.BgClassName
{
background-color: #32FBB2;
}
</style>
border-color css
<style>
span { border-color: #32FBB2; }
span { border-color: rgb(50,251,178); }
td.TdClassName
{
border-color: #32FBB2;
}
.TagClassName
{
border-color: #32FBB2;
}
</style>