Shades of Turquoise #40EDBC
Tints of Turquoise #40EDBC
RGB
CMYK
RGB Variations
Color information
#40EDBC (or 0x40EDBC) is known color: Turquoise. HEX triplet: 40, ED and BC. RGB value is (64,237,188). Sum of RGB (Red+Green+Blue) = 64+237+188=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #40EDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EDBC is #BF1243. Grayscale: #B3B3B3. Windows color (decimal): -12522052 or 12381504. OLE color: 12381504.
HSL color Cylindrical-coordinate representation of color #40EDBC: hue angle of 163.01º 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 #40EDBC is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 188 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.07 |
| HSL | 163.01º | 0.83% | 0.59% | - |
| HSV(B) | 163.01º | 0.73% | 0.93% | - |
| XYZ | 41.48 | 65.29 | 57.99 | - |
| YUV | 179.69 | 132.69 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 188 | 0.73 | 0 | 0.21 | 0.07 | 163.01 | 0.83 | 0.59 |
| Hex | 40 | ED | BC | 49 | 0 | 15 | 7 | A3 | 53 | 3B |
| Octal | 100 | 355 | 274 | 111 | 0 | 25 | 7 | 243 | 123 | 73 |
| Binary | 1000000 | 11101101 | 10111100 | 1001001 | 0 | 10101 | 111 | 10100011 | 1010011 | 111011 |
Color Harmonies of #40EDBC
Complementary color
Monochromatic Colors of #40EDBC
Black with #40EDBC
Text Example
Text Example
White with #40EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EDBC; }
p { color: rgb(64,237,188); }
H1.HeaderClassName
{
color: #40EDBC;
}
.AnyTagClassName
{
color: #40EDBC;
}
</style>
background-color css
<style>
a { background-color: #40EDBC; }
a { background-color: rgb(64,237,188); }
div.DivClassName
{
background-color: #40EDBC;
}
.BgClassName
{
background-color: #40EDBC;
}
</style>
border-color css
<style>
span { border-color: #40EDBC; }
span { border-color: rgb(64,237,188); }
td.TdClassName
{
border-color: #40EDBC;
}
.TagClassName
{
border-color: #40EDBC;
}
</style>