Shades of Turquoise #40EDE0
Tints of Turquoise #40EDE0
RGB
CMYK
RGB Variations
Color information
#40EDE0 (or 0x40EDE0) is known color: Turquoise. HEX triplet: 40, ED and E0. RGB value is (64,237,224). Sum of RGB (Red+Green+Blue) = 64+237+224=525 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.19% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #40EDE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EDE0 is #BF121F. Grayscale: #B7B7B7. Windows color (decimal): -12522016 or 14740800. OLE color: 14740800.
HSL color Cylindrical-coordinate representation of color #40EDE0: hue angle of 175.49º 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 #40EDE0 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 224 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.07 |
| HSL | 175.49º | 0.83% | 0.59% | - |
| HSV(B) | 175.49º | 0.73% | 0.93% | - |
| XYZ | 45.85 | 67.04 | 81.04 | - |
| YUV | 183.79 | 150.69 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 224 | 0.73 | 0 | 0.05 | 0.07 | 175.49 | 0.83 | 0.59 |
| Hex | 40 | ED | E0 | 49 | 0 | 5 | 7 | AF | 53 | 3B |
| Octal | 100 | 355 | 340 | 111 | 0 | 5 | 7 | 257 | 123 | 73 |
| Binary | 1000000 | 11101101 | 11100000 | 1001001 | 0 | 101 | 111 | 10101111 | 1010011 | 111011 |
Color Harmonies of #40EDE0
Complementary color
Monochromatic Colors of #40EDE0
Black with #40EDE0
Text Example
Text Example
White with #40EDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EDE0; }
p { color: rgb(64,237,224); }
H1.HeaderClassName
{
color: #40EDE0;
}
.AnyTagClassName
{
color: #40EDE0;
}
</style>
background-color css
<style>
a { background-color: #40EDE0; }
a { background-color: rgb(64,237,224); }
div.DivClassName
{
background-color: #40EDE0;
}
.BgClassName
{
background-color: #40EDE0;
}
</style>
border-color css
<style>
span { border-color: #40EDE0; }
span { border-color: rgb(64,237,224); }
td.TdClassName
{
border-color: #40EDE0;
}
.TagClassName
{
border-color: #40EDE0;
}
</style>