Shades of Turquoise #40EDBD
Tints of Turquoise #40EDBD
RGB
CMYK
RGB Variations
Color information
#40EDBD (or 0x40EDBD) is known color: Turquoise. HEX triplet: 40, ED and BD. RGB value is (64,237,189). Sum of RGB (Red+Green+Blue) = 64+237+189=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #40EDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EDBD is #BF1242. Grayscale: #B3B3B3. Windows color (decimal): -12522051 or 12447040. OLE color: 12447040.
HSL color Cylindrical-coordinate representation of color #40EDBD: hue angle of 163.35º 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 #40EDBD is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 189 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.07 |
| HSL | 163.35º | 0.83% | 0.59% | - |
| HSV(B) | 163.35º | 0.73% | 0.93% | - |
| XYZ | 41.58 | 65.33 | 58.56 | - |
| YUV | 179.8 | 133.19 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 189 | 0.73 | 0 | 0.20 | 0.07 | 163.35 | 0.83 | 0.59 |
| Hex | 40 | ED | BD | 49 | 0 | 14 | 7 | A3 | 53 | 3B |
| Octal | 100 | 355 | 275 | 111 | 0 | 24 | 7 | 243 | 123 | 73 |
| Binary | 1000000 | 11101101 | 10111101 | 1001001 | 0 | 10100 | 111 | 10100011 | 1010011 | 111011 |
Color Harmonies of #40EDBD
Complementary color
Monochromatic Colors of #40EDBD
Black with #40EDBD
Text Example
Text Example
White with #40EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EDBD; }
p { color: rgb(64,237,189); }
H1.HeaderClassName
{
color: #40EDBD;
}
.AnyTagClassName
{
color: #40EDBD;
}
</style>
background-color css
<style>
a { background-color: #40EDBD; }
a { background-color: rgb(64,237,189); }
div.DivClassName
{
background-color: #40EDBD;
}
.BgClassName
{
background-color: #40EDBD;
}
</style>
border-color css
<style>
span { border-color: #40EDBD; }
span { border-color: rgb(64,237,189); }
td.TdClassName
{
border-color: #40EDBD;
}
.TagClassName
{
border-color: #40EDBD;
}
</style>