Shades of Turquoise #32FFB3
Tints of Turquoise #32FFB3
RGB
CMYK
RGB Variations
Color information
#32FFB3 (or 0x32FFB3) is known color: Turquoise. HEX triplet: 32, FF and B3. RGB value is (50,255,179). Sum of RGB (Red+Green+Blue) = 50+255+179=484 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.33% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFB3 is #CD004C. Grayscale: #B9B9B9. Windows color (decimal): -13434957 or 11796274. OLE color: 11796274.
HSL color Cylindrical-coordinate representation of color #32FFB3: hue angle of 157.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFB3 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 179 | - |
| CMYK | 0.80 | 0 | 0.30 | 0 |
| HSL | 157.76º | 1% | 0.6% | - |
| HSV(B) | 157.76º | 0.8% | 1% | - |
| XYZ | 45.21 | 75.45 | 54.83 | - |
| YUV | 185.04 | 124.58 | 31.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 179 | 0.80 | 0 | 0.30 | 0 | 157.76 | 1 | 0.6 |
| Hex | 32 | FF | B3 | 50 | 0 | 1E | 0 | 9E | 64 | 3C |
| Octal | 62 | 377 | 263 | 120 | 0 | 36 | 0 | 236 | 144 | 74 |
| Binary | 110010 | 11111111 | 10110011 | 1010000 | 0 | 11110 | 0 | 10011110 | 1100100 | 111100 |
Color Harmonies of #32FFB3
Complementary color
Monochromatic Colors of #32FFB3
Black with #32FFB3
Text Example
Text Example
White with #32FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFB3; }
p { color: rgb(50,255,179); }
H1.HeaderClassName
{
color: #32FFB3;
}
.AnyTagClassName
{
color: #32FFB3;
}
</style>
background-color css
<style>
a { background-color: #32FFB3; }
a { background-color: rgb(50,255,179); }
div.DivClassName
{
background-color: #32FFB3;
}
.BgClassName
{
background-color: #32FFB3;
}
</style>
border-color css
<style>
span { border-color: #32FFB3; }
span { border-color: rgb(50,255,179); }
td.TdClassName
{
border-color: #32FFB3;
}
.TagClassName
{
border-color: #32FFB3;
}
</style>