Shades of Turquoise #32FDB9
Tints of Turquoise #32FDB9
RGB
CMYK
RGB Variations
Color information
#32FDB9 (or 0x32FDB9) is known color: Turquoise. HEX triplet: 32, FD and B9. RGB value is (50,253,185). Sum of RGB (Red+Green+Blue) = 50+253+185=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #32FDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FDB9 is #CD0246. Grayscale: #B8B8B8. Windows color (decimal): -13435463 or 12188978. OLE color: 12188978.
HSL color Cylindrical-coordinate representation of color #32FDB9: hue angle of 159.9º 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 #32FDB9 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 185 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.01 |
| HSL | 159.9º | 0.98% | 0.59% | - |
| HSV(B) | 159.9º | 0.8% | 0.99% | - |
| XYZ | 45.2 | 74.43 | 57.88 | - |
| YUV | 184.55 | 128.25 | 32.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 185 | 0.80 | 0 | 0.27 | 0.01 | 159.9 | 0.98 | 0.59 |
| Hex | 32 | FD | B9 | 50 | 0 | 1B | 1 | A0 | 62 | 3B |
| Octal | 62 | 375 | 271 | 120 | 0 | 33 | 1 | 240 | 142 | 73 |
| Binary | 110010 | 11111101 | 10111001 | 1010000 | 0 | 11011 | 1 | 10100000 | 1100010 | 111011 |
Color Harmonies of #32FDB9
Complementary color
Monochromatic Colors of #32FDB9
Black with #32FDB9
Text Example
Text Example
White with #32FDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FDB9; }
p { color: rgb(50,253,185); }
H1.HeaderClassName
{
color: #32FDB9;
}
.AnyTagClassName
{
color: #32FDB9;
}
</style>
background-color css
<style>
a { background-color: #32FDB9; }
a { background-color: rgb(50,253,185); }
div.DivClassName
{
background-color: #32FDB9;
}
.BgClassName
{
background-color: #32FDB9;
}
</style>
border-color css
<style>
span { border-color: #32FDB9; }
span { border-color: rgb(50,253,185); }
td.TdClassName
{
border-color: #32FDB9;
}
.TagClassName
{
border-color: #32FDB9;
}
</style>