Shades of Turquoise #32FDD9
Tints of Turquoise #32FDD9
RGB
CMYK
RGB Variations
Color information
#32FDD9 (or 0x32FDD9) is known color: Turquoise. HEX triplet: 32, FD and D9. RGB value is (50,253,217). Sum of RGB (Red+Green+Blue) = 50+253+217=520 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.62% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #32FDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FDD9 is #CD0226. Grayscale: #BCBCBC. Windows color (decimal): -13435431 or 14286130. OLE color: 14286130.
HSL color Cylindrical-coordinate representation of color #32FDD9: hue angle of 169.36º 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 #32FDD9 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 217 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.01 |
| HSL | 169.36º | 0.98% | 0.59% | - |
| HSV(B) | 169.36º | 0.8% | 0.99% | - |
| XYZ | 48.97 | 75.94 | 77.72 | - |
| YUV | 188.2 | 144.25 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 217 | 0.80 | 0 | 0.14 | 0.01 | 169.36 | 0.98 | 0.59 |
| Hex | 32 | FD | D9 | 50 | 0 | E | 1 | A9 | 62 | 3B |
| Octal | 62 | 375 | 331 | 120 | 0 | 16 | 1 | 251 | 142 | 73 |
| Binary | 110010 | 11111101 | 11011001 | 1010000 | 0 | 1110 | 1 | 10101001 | 1100010 | 111011 |
Color Harmonies of #32FDD9
Complementary color
Monochromatic Colors of #32FDD9
Black with #32FDD9
Text Example
Text Example
White with #32FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FDD9; }
p { color: rgb(50,253,217); }
H1.HeaderClassName
{
color: #32FDD9;
}
.AnyTagClassName
{
color: #32FDD9;
}
</style>
background-color css
<style>
a { background-color: #32FDD9; }
a { background-color: rgb(50,253,217); }
div.DivClassName
{
background-color: #32FDD9;
}
.BgClassName
{
background-color: #32FDD9;
}
</style>
border-color css
<style>
span { border-color: #32FDD9; }
span { border-color: rgb(50,253,217); }
td.TdClassName
{
border-color: #32FDD9;
}
.TagClassName
{
border-color: #32FDD9;
}
</style>