Shades of Turquoise #40EDDA
Tints of Turquoise #40EDDA
RGB
CMYK
RGB Variations
Color information
#40EDDA (or 0x40EDDA) is known color: Turquoise. HEX triplet: 40, ED and DA. RGB value is (64,237,218). Sum of RGB (Red+Green+Blue) = 64+237+218=519 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.33% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #40EDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EDDA is #BF1225. Grayscale: #B7B7B7. Windows color (decimal): -12522022 or 14347584. OLE color: 14347584.
HSL color Cylindrical-coordinate representation of color #40EDDA: hue angle of 173.41º 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 #40EDDA is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 218 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.07 |
| HSL | 173.41º | 0.83% | 0.59% | - |
| HSV(B) | 173.41º | 0.73% | 0.93% | - |
| XYZ | 45.05 | 66.72 | 76.83 | - |
| YUV | 183.11 | 147.69 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 218 | 0.73 | 0 | 0.08 | 0.07 | 173.41 | 0.83 | 0.59 |
| Hex | 40 | ED | DA | 49 | 0 | 8 | 7 | AD | 53 | 3B |
| Octal | 100 | 355 | 332 | 111 | 0 | 10 | 7 | 255 | 123 | 73 |
| Binary | 1000000 | 11101101 | 11011010 | 1001001 | 0 | 1000 | 111 | 10101101 | 1010011 | 111011 |
Color Harmonies of #40EDDA
Complementary color
Monochromatic Colors of #40EDDA
Black with #40EDDA
Text Example
Text Example
White with #40EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EDDA; }
p { color: rgb(64,237,218); }
H1.HeaderClassName
{
color: #40EDDA;
}
.AnyTagClassName
{
color: #40EDDA;
}
</style>
background-color css
<style>
a { background-color: #40EDDA; }
a { background-color: rgb(64,237,218); }
div.DivClassName
{
background-color: #40EDDA;
}
.BgClassName
{
background-color: #40EDDA;
}
</style>
border-color css
<style>
span { border-color: #40EDDA; }
span { border-color: rgb(64,237,218); }
td.TdClassName
{
border-color: #40EDDA;
}
.TagClassName
{
border-color: #40EDDA;
}
</style>