Shades of Turquoise #32FED7
Tints of Turquoise #32FED7
RGB
CMYK
RGB Variations
Color information
#32FED7 (or 0x32FED7) is known color: Turquoise. HEX triplet: 32, FE and D7. RGB value is (50,254,215). Sum of RGB (Red+Green+Blue) = 50+254+215=519 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.63% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #32FED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FED7 is #CD0128. Grayscale: #BCBCBC. Windows color (decimal): -13435177 or 14155314. OLE color: 14155314.
HSL color Cylindrical-coordinate representation of color #32FED7: hue angle of 168.53º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FED7 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 215 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.00 |
| HSL | 168.53º | 0.99% | 0.6% | - |
| HSV(B) | 168.53º | 0.8% | 1% | - |
| XYZ | 49.02 | 76.47 | 76.47 | - |
| YUV | 188.56 | 142.91 | 29.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 215 | 0.80 | 0 | 0.15 | 0.00 | 168.53 | 0.99 | 0.6 |
| Hex | 32 | FE | D7 | 50 | 0 | F | 0 | A9 | 63 | 3C |
| Octal | 62 | 376 | 327 | 120 | 0 | 17 | 0 | 251 | 143 | 74 |
| Binary | 110010 | 11111110 | 11010111 | 1010000 | 0 | 1111 | 0 | 10101001 | 1100011 | 111100 |
Color Harmonies of #32FED7
Complementary color
Monochromatic Colors of #32FED7
Black with #32FED7
Text Example
Text Example
White with #32FED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FED7; }
p { color: rgb(50,254,215); }
H1.HeaderClassName
{
color: #32FED7;
}
.AnyTagClassName
{
color: #32FED7;
}
</style>
background-color css
<style>
a { background-color: #32FED7; }
a { background-color: rgb(50,254,215); }
div.DivClassName
{
background-color: #32FED7;
}
.BgClassName
{
background-color: #32FED7;
}
</style>
border-color css
<style>
span { border-color: #32FED7; }
span { border-color: rgb(50,254,215); }
td.TdClassName
{
border-color: #32FED7;
}
.TagClassName
{
border-color: #32FED7;
}
</style>