Shades of Turquoise #40EEDB
Tints of Turquoise #40EEDB
RGB
CMYK
RGB Variations
Color information
#40EEDB (or 0x40EEDB) is known color: Turquoise. HEX triplet: 40, EE and DB. RGB value is (64,238,219). Sum of RGB (Red+Green+Blue) = 64+238+219=521 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.28% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #40EEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EEDB is #BF1124. Grayscale: #B7B7B7. Windows color (decimal): -12521765 or 14413376. OLE color: 14413376.
HSL color Cylindrical-coordinate representation of color #40EEDB: hue angle of 173.45º degrees, saturation: 0.84, 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 #40EEDB is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 238 | 219 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.07 |
| HSL | 173.45º | 0.84% | 0.59% | - |
| HSV(B) | 173.45º | 0.73% | 0.93% | - |
| XYZ | 45.48 | 67.35 | 77.62 | - |
| YUV | 183.81 | 147.85 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 219 | 0.73 | 0 | 0.08 | 0.07 | 173.45 | 0.84 | 0.59 |
| Hex | 40 | EE | DB | 49 | 0 | 8 | 7 | AD | 54 | 3B |
| Octal | 100 | 356 | 333 | 111 | 0 | 10 | 7 | 255 | 124 | 73 |
| Binary | 1000000 | 11101110 | 11011011 | 1001001 | 0 | 1000 | 111 | 10101101 | 1010100 | 111011 |
Color Harmonies of #40EEDB
Complementary color
Monochromatic Colors of #40EEDB
Black with #40EEDB
Text Example
Text Example
White with #40EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EEDB; }
p { color: rgb(64,238,219); }
H1.HeaderClassName
{
color: #40EEDB;
}
.AnyTagClassName
{
color: #40EEDB;
}
</style>
background-color css
<style>
a { background-color: #40EEDB; }
a { background-color: rgb(64,238,219); }
div.DivClassName
{
background-color: #40EEDB;
}
.BgClassName
{
background-color: #40EEDB;
}
</style>
border-color css
<style>
span { border-color: #40EEDB; }
span { border-color: rgb(64,238,219); }
td.TdClassName
{
border-color: #40EEDB;
}
.TagClassName
{
border-color: #40EEDB;
}
</style>