Shades of Turquoise #40EDBF
Tints of Turquoise #40EDBF
RGB
CMYK
RGB Variations
Color information
#40EDBF (or 0x40EDBF) is known color: Turquoise. HEX triplet: 40, ED and BF. RGB value is (64,237,191). Sum of RGB (Red+Green+Blue) = 64+237+191=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #40EDBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EDBF is #BF1240. Grayscale: #B4B4B4. Windows color (decimal): -12522049 or 12578112. OLE color: 12578112.
HSL color Cylindrical-coordinate representation of color #40EDBF: hue angle of 164.05º 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 #40EDBF is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 191 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.07 |
| HSL | 164.05º | 0.83% | 0.59% | - |
| HSV(B) | 164.05º | 0.73% | 0.93% | - |
| XYZ | 41.8 | 65.42 | 59.71 | - |
| YUV | 180.03 | 134.19 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 191 | 0.73 | 0 | 0.19 | 0.07 | 164.05 | 0.83 | 0.59 |
| Hex | 40 | ED | BF | 49 | 0 | 13 | 7 | A4 | 53 | 3B |
| Octal | 100 | 355 | 277 | 111 | 0 | 23 | 7 | 244 | 123 | 73 |
| Binary | 1000000 | 11101101 | 10111111 | 1001001 | 0 | 10011 | 111 | 10100100 | 1010011 | 111011 |
Color Harmonies of #40EDBF
Complementary color
Monochromatic Colors of #40EDBF
Black with #40EDBF
Text Example
Text Example
White with #40EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EDBF; }
p { color: rgb(64,237,191); }
H1.HeaderClassName
{
color: #40EDBF;
}
.AnyTagClassName
{
color: #40EDBF;
}
</style>
background-color css
<style>
a { background-color: #40EDBF; }
a { background-color: rgb(64,237,191); }
div.DivClassName
{
background-color: #40EDBF;
}
.BgClassName
{
background-color: #40EDBF;
}
</style>
border-color css
<style>
span { border-color: #40EDBF; }
span { border-color: rgb(64,237,191); }
td.TdClassName
{
border-color: #40EDBF;
}
.TagClassName
{
border-color: #40EDBF;
}
</style>