Shades of Turquoise #40ECBD
Tints of Turquoise #40ECBD
RGB
CMYK
RGB Variations
Color information
#40ECBD (or 0x40ECBD) is known color: Turquoise. HEX triplet: 40, EC and BD. RGB value is (64,236,189). Sum of RGB (Red+Green+Blue) = 64+236+189=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECBD is #BF1342. Grayscale: #B3B3B3. Windows color (decimal): -12522307 or 12446784. OLE color: 12446784.
HSL color Cylindrical-coordinate representation of color #40ECBD: hue angle of 163.6º degrees, saturation: 0.82, 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 #40ECBD is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 189 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.07 |
| HSL | 163.6º | 0.82% | 0.59% | - |
| HSV(B) | 163.6º | 0.73% | 0.93% | - |
| XYZ | 41.3 | 64.76 | 58.47 | - |
| YUV | 179.21 | 133.52 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 189 | 0.73 | 0 | 0.20 | 0.07 | 163.6 | 0.82 | 0.59 |
| Hex | 40 | EC | BD | 49 | 0 | 14 | 7 | A4 | 52 | 3B |
| Octal | 100 | 354 | 275 | 111 | 0 | 24 | 7 | 244 | 122 | 73 |
| Binary | 1000000 | 11101100 | 10111101 | 1001001 | 0 | 10100 | 111 | 10100100 | 1010010 | 111011 |
Color Harmonies of #40ECBD
Complementary color
Monochromatic Colors of #40ECBD
Black with #40ECBD
Text Example
Text Example
White with #40ECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECBD; }
p { color: rgb(64,236,189); }
H1.HeaderClassName
{
color: #40ECBD;
}
.AnyTagClassName
{
color: #40ECBD;
}
</style>
background-color css
<style>
a { background-color: #40ECBD; }
a { background-color: rgb(64,236,189); }
div.DivClassName
{
background-color: #40ECBD;
}
.BgClassName
{
background-color: #40ECBD;
}
</style>
border-color css
<style>
span { border-color: #40ECBD; }
span { border-color: rgb(64,236,189); }
td.TdClassName
{
border-color: #40ECBD;
}
.TagClassName
{
border-color: #40ECBD;
}
</style>