Shades of Turquoise #32FBBC
Tints of Turquoise #32FBBC
RGB
CMYK
RGB Variations
Color information
#32FBBC (or 0x32FBBC) is known color: Turquoise. HEX triplet: 32, FB and BC. RGB value is (50,251,188). Sum of RGB (Red+Green+Blue) = 50+251+188=489 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.22% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FBBC is #CD0443. Grayscale: #B7B7B7. Windows color (decimal): -13435972 or 12385074. OLE color: 12385074.
HSL color Cylindrical-coordinate representation of color #32FBBC: hue angle of 161.19º 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 #32FBBC is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 188 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.02 |
| HSL | 161.19º | 0.96% | 0.59% | - |
| HSV(B) | 161.19º | 0.8% | 0.98% | - |
| XYZ | 44.89 | 73.3 | 59.36 | - |
| YUV | 183.72 | 130.41 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 188 | 0.80 | 0 | 0.25 | 0.02 | 161.19 | 0.96 | 0.59 |
| Hex | 32 | FB | BC | 50 | 0 | 19 | 2 | A1 | 60 | 3B |
| Octal | 62 | 373 | 274 | 120 | 0 | 31 | 2 | 241 | 140 | 73 |
| Binary | 110010 | 11111011 | 10111100 | 1010000 | 0 | 11001 | 10 | 10100001 | 1100000 | 111011 |
Color Harmonies of #32FBBC
Complementary color
Monochromatic Colors of #32FBBC
Black with #32FBBC
Text Example
Text Example
White with #32FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBBC; }
p { color: rgb(50,251,188); }
H1.HeaderClassName
{
color: #32FBBC;
}
.AnyTagClassName
{
color: #32FBBC;
}
</style>
background-color css
<style>
a { background-color: #32FBBC; }
a { background-color: rgb(50,251,188); }
div.DivClassName
{
background-color: #32FBBC;
}
.BgClassName
{
background-color: #32FBBC;
}
</style>
border-color css
<style>
span { border-color: #32FBBC; }
span { border-color: rgb(50,251,188); }
td.TdClassName
{
border-color: #32FBBC;
}
.TagClassName
{
border-color: #32FBBC;
}
</style>