Shades of Turquoise #40FEED
Tints of Turquoise #40FEED
RGB
CMYK
RGB Variations
Color information
#40FEED (or 0x40FEED) is known color: Turquoise. HEX triplet: 40, FE and ED. RGB value is (64,254,237). Sum of RGB (Red+Green+Blue) = 64+254+237=555 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.53% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FEED is #BF0112. Grayscale: #C3C3C3. Windows color (decimal): -12517651 or 15597120. OLE color: 15597120.
HSL color Cylindrical-coordinate representation of color #40FEED: hue angle of 174.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FEED is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 237 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.00 |
| HSL | 174.63º | 0.99% | 0.62% | - |
| HSV(B) | 174.63º | 0.75% | 1% | - |
| XYZ | 52.84 | 78.09 | 92.41 | - |
| YUV | 195.25 | 151.55 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 237 | 0.75 | 0 | 0.07 | 0.00 | 174.63 | 0.99 | 0.62 |
| Hex | 40 | FE | ED | 4B | 0 | 7 | 0 | AF | 63 | 3E |
| Octal | 100 | 376 | 355 | 113 | 0 | 7 | 0 | 257 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11101101 | 1001011 | 0 | 111 | 0 | 10101111 | 1100011 | 111110 |
Color Harmonies of #40FEED
Complementary color
Monochromatic Colors of #40FEED
Black with #40FEED
Text Example
Text Example
White with #40FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEED; }
p { color: rgb(64,254,237); }
H1.HeaderClassName
{
color: #40FEED;
}
.AnyTagClassName
{
color: #40FEED;
}
</style>
background-color css
<style>
a { background-color: #40FEED; }
a { background-color: rgb(64,254,237); }
div.DivClassName
{
background-color: #40FEED;
}
.BgClassName
{
background-color: #40FEED;
}
</style>
border-color css
<style>
span { border-color: #40FEED; }
span { border-color: rgb(64,254,237); }
td.TdClassName
{
border-color: #40FEED;
}
.TagClassName
{
border-color: #40FEED;
}
</style>