Shades of Turquoise #32FDF1
Tints of Turquoise #32FDF1
RGB
CMYK
RGB Variations
Color information
#32FDF1 (or 0x32FDF1) is known color: Turquoise. HEX triplet: 32, FD and F1. RGB value is (50,253,241). Sum of RGB (Red+Green+Blue) = 50+253+241=544 (72% of max value = 765). Red value is 50 (19.92% from 255 or 9.19% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #32FDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FDF1 is #CD020E. Grayscale: #BEBEBE. Windows color (decimal): -13435407 or 15858994. OLE color: 15858994.
HSL color Cylindrical-coordinate representation of color #32FDF1: hue angle of 176.45º 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 #32FDF1 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 241 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.01 |
| HSL | 176.45º | 0.98% | 0.59% | - |
| HSV(B) | 176.45º | 0.8% | 0.99% | - |
| XYZ | 52.32 | 77.28 | 95.38 | - |
| YUV | 190.94 | 156.25 | 27.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 241 | 0.80 | 0 | 0.05 | 0.01 | 176.45 | 0.98 | 0.59 |
| Hex | 32 | FD | F1 | 50 | 0 | 5 | 1 | B0 | 62 | 3B |
| Octal | 62 | 375 | 361 | 120 | 0 | 5 | 1 | 260 | 142 | 73 |
| Binary | 110010 | 11111101 | 11110001 | 1010000 | 0 | 101 | 1 | 10110000 | 1100010 | 111011 |
Color Harmonies of #32FDF1
Complementary color
Monochromatic Colors of #32FDF1
Black with #32FDF1
Text Example
Text Example
White with #32FDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FDF1; }
p { color: rgb(50,253,241); }
H1.HeaderClassName
{
color: #32FDF1;
}
.AnyTagClassName
{
color: #32FDF1;
}
</style>
background-color css
<style>
a { background-color: #32FDF1; }
a { background-color: rgb(50,253,241); }
div.DivClassName
{
background-color: #32FDF1;
}
.BgClassName
{
background-color: #32FDF1;
}
</style>
border-color css
<style>
span { border-color: #32FDF1; }
span { border-color: rgb(50,253,241); }
td.TdClassName
{
border-color: #32FDF1;
}
.TagClassName
{
border-color: #32FDF1;
}
</style>