Shades of Turquoise #32FBC7
Tints of Turquoise #32FBC7
RGB
CMYK
RGB Variations
Color information
#32FBC7 (or 0x32FBC7) is known color: Turquoise. HEX triplet: 32, FB and C7. RGB value is (50,251,199). Sum of RGB (Red+Green+Blue) = 50+251+199=500 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FBC7 is #CD0438. Grayscale: #B8B8B8. Windows color (decimal): -13435961 or 13105970. OLE color: 13105970.
HSL color Cylindrical-coordinate representation of color #32FBC7: hue angle of 164.48º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FBC7 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 199 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.02 |
| HSL | 164.48º | 0.96% | 0.59% | - |
| HSV(B) | 164.48º | 0.8% | 0.98% | - |
| XYZ | 46.12 | 73.8 | 65.85 | - |
| YUV | 184.97 | 135.91 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 199 | 0.80 | 0 | 0.21 | 0.02 | 164.48 | 0.96 | 0.59 |
| Hex | 32 | FB | C7 | 50 | 0 | 15 | 2 | A4 | 60 | 3B |
| Octal | 62 | 373 | 307 | 120 | 0 | 25 | 2 | 244 | 140 | 73 |
| Binary | 110010 | 11111011 | 11000111 | 1010000 | 0 | 10101 | 10 | 10100100 | 1100000 | 111011 |
Color Harmonies of #32FBC7
Complementary color
Monochromatic Colors of #32FBC7
Black with #32FBC7
Text Example
Text Example
White with #32FBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBC7; }
p { color: rgb(50,251,199); }
H1.HeaderClassName
{
color: #32FBC7;
}
.AnyTagClassName
{
color: #32FBC7;
}
</style>
background-color css
<style>
a { background-color: #32FBC7; }
a { background-color: rgb(50,251,199); }
div.DivClassName
{
background-color: #32FBC7;
}
.BgClassName
{
background-color: #32FBC7;
}
</style>
border-color css
<style>
span { border-color: #32FBC7; }
span { border-color: rgb(50,251,199); }
td.TdClassName
{
border-color: #32FBC7;
}
.TagClassName
{
border-color: #32FBC7;
}
</style>