Shades of Turquoise #40EDBB
Tints of Turquoise #40EDBB
RGB
CMYK
RGB Variations
Color information
#40EDBB (or 0x40EDBB) is known color: Turquoise. HEX triplet: 40, ED and BB. RGB value is (64,237,187). Sum of RGB (Red+Green+Blue) = 64+237+187=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #40EDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EDBB is #BF1244. Grayscale: #B3B3B3. Windows color (decimal): -12522053 or 12315968. OLE color: 12315968.
HSL color Cylindrical-coordinate representation of color #40EDBB: hue angle of 162.66º 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 #40EDBB is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 187 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.07 |
| HSL | 162.66º | 0.83% | 0.59% | - |
| HSV(B) | 162.66º | 0.73% | 0.93% | - |
| XYZ | 41.37 | 65.25 | 57.43 | - |
| YUV | 179.57 | 132.19 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 187 | 0.73 | 0 | 0.21 | 0.07 | 162.66 | 0.83 | 0.59 |
| Hex | 40 | ED | BB | 49 | 0 | 15 | 7 | A3 | 53 | 3B |
| Octal | 100 | 355 | 273 | 111 | 0 | 25 | 7 | 243 | 123 | 73 |
| Binary | 1000000 | 11101101 | 10111011 | 1001001 | 0 | 10101 | 111 | 10100011 | 1010011 | 111011 |
Color Harmonies of #40EDBB
Complementary color
Monochromatic Colors of #40EDBB
Black with #40EDBB
Text Example
Text Example
White with #40EDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EDBB; }
p { color: rgb(64,237,187); }
H1.HeaderClassName
{
color: #40EDBB;
}
.AnyTagClassName
{
color: #40EDBB;
}
</style>
background-color css
<style>
a { background-color: #40EDBB; }
a { background-color: rgb(64,237,187); }
div.DivClassName
{
background-color: #40EDBB;
}
.BgClassName
{
background-color: #40EDBB;
}
</style>
border-color css
<style>
span { border-color: #40EDBB; }
span { border-color: rgb(64,237,187); }
td.TdClassName
{
border-color: #40EDBB;
}
.TagClassName
{
border-color: #40EDBB;
}
</style>