Shades of Turquoise #40EEDE
Tints of Turquoise #40EEDE
RGB
CMYK
RGB Variations
Color information
#40EEDE (or 0x40EEDE) is known color: Turquoise. HEX triplet: 40, EE and DE. RGB value is (64,238,222). Sum of RGB (Red+Green+Blue) = 64+238+222=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #40EEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EEDE is #BF1121. Grayscale: #B8B8B8. Windows color (decimal): -12521762 or 14609984. OLE color: 14609984.
HSL color Cylindrical-coordinate representation of color #40EEDE: hue angle of 174.48º 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 #40EEDE is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 238 | 222 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.07 |
| HSL | 174.48º | 0.84% | 0.59% | - |
| HSV(B) | 174.48º | 0.73% | 0.93% | - |
| XYZ | 45.87 | 67.51 | 79.72 | - |
| YUV | 184.15 | 149.35 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 222 | 0.73 | 0 | 0.07 | 0.07 | 174.48 | 0.84 | 0.59 |
| Hex | 40 | EE | DE | 49 | 0 | 7 | 7 | AE | 54 | 3B |
| Octal | 100 | 356 | 336 | 111 | 0 | 7 | 7 | 256 | 124 | 73 |
| Binary | 1000000 | 11101110 | 11011110 | 1001001 | 0 | 111 | 111 | 10101110 | 1010100 | 111011 |
Color Harmonies of #40EEDE
Complementary color
Monochromatic Colors of #40EEDE
Black with #40EEDE
Text Example
Text Example
White with #40EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EEDE; }
p { color: rgb(64,238,222); }
H1.HeaderClassName
{
color: #40EEDE;
}
.AnyTagClassName
{
color: #40EEDE;
}
</style>
background-color css
<style>
a { background-color: #40EEDE; }
a { background-color: rgb(64,238,222); }
div.DivClassName
{
background-color: #40EEDE;
}
.BgClassName
{
background-color: #40EEDE;
}
</style>
border-color css
<style>
span { border-color: #40EEDE; }
span { border-color: rgb(64,238,222); }
td.TdClassName
{
border-color: #40EEDE;
}
.TagClassName
{
border-color: #40EEDE;
}
</style>