Shades of Turquoise #32FDB7
Tints of Turquoise #32FDB7
RGB
CMYK
RGB Variations
Color information
#32FDB7 (or 0x32FDB7) is known color: Turquoise. HEX triplet: 32, FD and B7. RGB value is (50,253,183). Sum of RGB (Red+Green+Blue) = 50+253+183=486 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.29% from 486); Green value is 253 (99.22% from 255 or 52.06% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 253 - color contains mainly: green. Hex color #32FDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FDB7 is #CD0248. Grayscale: #B8B8B8. Windows color (decimal): -13435465 or 12057906. OLE color: 12057906.
HSL color Cylindrical-coordinate representation of color #32FDB7: hue angle of 159.31º 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 #32FDB7 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 183 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.01 |
| HSL | 159.31º | 0.98% | 0.59% | - |
| HSV(B) | 159.31º | 0.8% | 0.99% | - |
| XYZ | 44.99 | 74.35 | 56.78 | - |
| YUV | 184.32 | 127.25 | 32.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 183 | 0.80 | 0 | 0.28 | 0.01 | 159.31 | 0.98 | 0.59 |
| Hex | 32 | FD | B7 | 50 | 0 | 1C | 1 | 9F | 62 | 3B |
| Octal | 62 | 375 | 267 | 120 | 0 | 34 | 1 | 237 | 142 | 73 |
| Binary | 110010 | 11111101 | 10110111 | 1010000 | 0 | 11100 | 1 | 10011111 | 1100010 | 111011 |
Color Harmonies of #32FDB7
Complementary color
Monochromatic Colors of #32FDB7
Black with #32FDB7
Text Example
Text Example
White with #32FDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FDB7; }
p { color: rgb(50,253,183); }
H1.HeaderClassName
{
color: #32FDB7;
}
.AnyTagClassName
{
color: #32FDB7;
}
</style>
background-color css
<style>
a { background-color: #32FDB7; }
a { background-color: rgb(50,253,183); }
div.DivClassName
{
background-color: #32FDB7;
}
.BgClassName
{
background-color: #32FDB7;
}
</style>
border-color css
<style>
span { border-color: #32FDB7; }
span { border-color: rgb(50,253,183); }
td.TdClassName
{
border-color: #32FDB7;
}
.TagClassName
{
border-color: #32FDB7;
}
</style>