Shades of Turquoise #40EBBD
Tints of Turquoise #40EBBD
RGB
CMYK
RGB Variations
Color information
#40EBBD (or 0x40EBBD) is known color: Turquoise. HEX triplet: 40, EB and BD. RGB value is (64,235,189). Sum of RGB (Red+Green+Blue) = 64+235+189=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #40EBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EBBD is #BF1442. Grayscale: #B2B2B2. Windows color (decimal): -12522563 or 12446528. OLE color: 12446528.
HSL color Cylindrical-coordinate representation of color #40EBBD: hue angle of 163.86º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EBBD is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 235 | 189 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.08 |
| HSL | 163.86º | 0.81% | 0.59% | - |
| HSV(B) | 163.86º | 0.73% | 0.92% | - |
| XYZ | 41.01 | 64.18 | 58.37 | - |
| YUV | 178.63 | 133.85 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 235 | 189 | 0.73 | 0 | 0.20 | 0.08 | 163.86 | 0.81 | 0.59 |
| Hex | 40 | EB | BD | 49 | 0 | 14 | 8 | A4 | 51 | 3B |
| Octal | 100 | 353 | 275 | 111 | 0 | 24 | 10 | 244 | 121 | 73 |
| Binary | 1000000 | 11101011 | 10111101 | 1001001 | 0 | 10100 | 1000 | 10100100 | 1010001 | 111011 |
Color Harmonies of #40EBBD
Complementary color
Monochromatic Colors of #40EBBD
Black with #40EBBD
Text Example
Text Example
White with #40EBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EBBD; }
p { color: rgb(64,235,189); }
H1.HeaderClassName
{
color: #40EBBD;
}
.AnyTagClassName
{
color: #40EBBD;
}
</style>
background-color css
<style>
a { background-color: #40EBBD; }
a { background-color: rgb(64,235,189); }
div.DivClassName
{
background-color: #40EBBD;
}
.BgClassName
{
background-color: #40EBBD;
}
</style>
border-color css
<style>
span { border-color: #40EBBD; }
span { border-color: rgb(64,235,189); }
td.TdClassName
{
border-color: #40EBBD;
}
.TagClassName
{
border-color: #40EBBD;
}
</style>