Shades of Turquoise #40EDEB
Tints of Turquoise #40EDEB
RGB
CMYK
RGB Variations
Color information
#40EDEB (or 0x40EDEB) is known color: Turquoise. HEX triplet: 40, ED and EB. RGB value is (64,237,235). Sum of RGB (Red+Green+Blue) = 64+237+235=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #40EDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EDEB is #BF1214. Grayscale: #B8B8B8. Windows color (decimal): -12522005 or 15461696. OLE color: 15461696.
HSL color Cylindrical-coordinate representation of color #40EDEB: hue angle of 179.31º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EDEB is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 235 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.07 |
| HSL | 179.31º | 0.83% | 0.59% | - |
| HSV(B) | 179.31º | 0.73% | 0.93% | - |
| XYZ | 47.39 | 67.66 | 89.16 | - |
| YUV | 185.05 | 156.19 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 235 | 0.73 | 0 | 0.01 | 0.07 | 179.31 | 0.83 | 0.59 |
| Hex | 40 | ED | EB | 49 | 0 | 1 | 7 | B3 | 53 | 3B |
| Octal | 100 | 355 | 353 | 111 | 0 | 1 | 7 | 263 | 123 | 73 |
| Binary | 1000000 | 11101101 | 11101011 | 1001001 | 0 | 1 | 111 | 10110011 | 1010011 | 111011 |
Color Harmonies of #40EDEB
Complementary color
Monochromatic Colors of #40EDEB
Black with #40EDEB
Text Example
Text Example
White with #40EDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EDEB; }
p { color: rgb(64,237,235); }
H1.HeaderClassName
{
color: #40EDEB;
}
.AnyTagClassName
{
color: #40EDEB;
}
</style>
background-color css
<style>
a { background-color: #40EDEB; }
a { background-color: rgb(64,237,235); }
div.DivClassName
{
background-color: #40EDEB;
}
.BgClassName
{
background-color: #40EDEB;
}
</style>
border-color css
<style>
span { border-color: #40EDEB; }
span { border-color: rgb(64,237,235); }
td.TdClassName
{
border-color: #40EDEB;
}
.TagClassName
{
border-color: #40EDEB;
}
</style>