Shades of Turquoise #32FEED
Tints of Turquoise #32FEED
RGB
CMYK
RGB Variations
Color information
#32FEED (or 0x32FEED) is known color: Turquoise. HEX triplet: 32, FE and ED. RGB value is (50,254,237). Sum of RGB (Red+Green+Blue) = 50+254+237=541 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.24% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FEED is #CD0112. Grayscale: #BEBEBE. Windows color (decimal): -13435155 or 15597106. OLE color: 15597106.
HSL color Cylindrical-coordinate representation of color #32FEED: hue angle of 175º 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 #32FEED is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 237 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.00 |
| HSL | 175º | 0.99% | 0.6% | - |
| HSV(B) | 175º | 0.8% | 1% | - |
| XYZ | 52.04 | 77.68 | 92.37 | - |
| YUV | 191.07 | 153.91 | 27.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 237 | 0.80 | 0 | 0.07 | 0.00 | 175 | 0.99 | 0.6 |
| Hex | 32 | FE | ED | 50 | 0 | 7 | 0 | AF | 63 | 3C |
| Octal | 62 | 376 | 355 | 120 | 0 | 7 | 0 | 257 | 143 | 74 |
| Binary | 110010 | 11111110 | 11101101 | 1010000 | 0 | 111 | 0 | 10101111 | 1100011 | 111100 |
Color Harmonies of #32FEED
Complementary color
Monochromatic Colors of #32FEED
Black with #32FEED
Text Example
Text Example
White with #32FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEED; }
p { color: rgb(50,254,237); }
H1.HeaderClassName
{
color: #32FEED;
}
.AnyTagClassName
{
color: #32FEED;
}
</style>
background-color css
<style>
a { background-color: #32FEED; }
a { background-color: rgb(50,254,237); }
div.DivClassName
{
background-color: #32FEED;
}
.BgClassName
{
background-color: #32FEED;
}
</style>
border-color css
<style>
span { border-color: #32FEED; }
span { border-color: rgb(50,254,237); }
td.TdClassName
{
border-color: #32FEED;
}
.TagClassName
{
border-color: #32FEED;
}
</style>