Shades of Turquoise #32FDBE
Tints of Turquoise #32FDBE
RGB
CMYK
RGB Variations
Color information
#32FDBE (or 0x32FDBE) is known color: Turquoise. HEX triplet: 32, FD and BE. RGB value is (50,253,190). Sum of RGB (Red+Green+Blue) = 50+253+190=493 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.14% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #32FDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FDBE is #CD0241. Grayscale: #B9B9B9. Windows color (decimal): -13435458 or 12516658. OLE color: 12516658.
HSL color Cylindrical-coordinate representation of color #32FDBE: hue angle of 161.38º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FDBE is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 190 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.01 |
| HSL | 161.38º | 0.98% | 0.59% | - |
| HSV(B) | 161.38º | 0.8% | 0.99% | - |
| XYZ | 45.73 | 74.65 | 60.71 | - |
| YUV | 185.12 | 130.75 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 190 | 0.80 | 0 | 0.25 | 0.01 | 161.38 | 0.98 | 0.59 |
| Hex | 32 | FD | BE | 50 | 0 | 19 | 1 | A1 | 62 | 3B |
| Octal | 62 | 375 | 276 | 120 | 0 | 31 | 1 | 241 | 142 | 73 |
| Binary | 110010 | 11111101 | 10111110 | 1010000 | 0 | 11001 | 1 | 10100001 | 1100010 | 111011 |
Color Harmonies of #32FDBE
Complementary color
Monochromatic Colors of #32FDBE
Black with #32FDBE
Text Example
Text Example
White with #32FDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FDBE; }
p { color: rgb(50,253,190); }
H1.HeaderClassName
{
color: #32FDBE;
}
.AnyTagClassName
{
color: #32FDBE;
}
</style>
background-color css
<style>
a { background-color: #32FDBE; }
a { background-color: rgb(50,253,190); }
div.DivClassName
{
background-color: #32FDBE;
}
.BgClassName
{
background-color: #32FDBE;
}
</style>
border-color css
<style>
span { border-color: #32FDBE; }
span { border-color: rgb(50,253,190); }
td.TdClassName
{
border-color: #32FDBE;
}
.TagClassName
{
border-color: #32FDBE;
}
</style>