Shades of Turquoise #40EDAF
Tints of Turquoise #40EDAF
RGB
CMYK
RGB Variations
Color information
#40EDAF (or 0x40EDAF) is known color: Turquoise. HEX triplet: 40, ED and AF. RGB value is (64,237,175). Sum of RGB (Red+Green+Blue) = 64+237+175=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #40EDAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EDAF is #BF1250. Grayscale: #B2B2B2. Windows color (decimal): -12522065 or 11529536. OLE color: 11529536.
HSL color Cylindrical-coordinate representation of color #40EDAF: hue angle of 158.5º 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 #40EDAF is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 175 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.07 |
| HSL | 158.5º | 0.83% | 0.59% | - |
| HSV(B) | 158.5º | 0.73% | 0.93% | - |
| XYZ | 40.14 | 64.75 | 50.94 | - |
| YUV | 178.21 | 126.19 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 175 | 0.73 | 0 | 0.26 | 0.07 | 158.5 | 0.83 | 0.59 |
| Hex | 40 | ED | AF | 49 | 0 | 1A | 7 | 9E | 53 | 3B |
| Octal | 100 | 355 | 257 | 111 | 0 | 32 | 7 | 236 | 123 | 73 |
| Binary | 1000000 | 11101101 | 10101111 | 1001001 | 0 | 11010 | 111 | 10011110 | 1010011 | 111011 |
Color Harmonies of #40EDAF
Complementary color
Monochromatic Colors of #40EDAF
Black with #40EDAF
Text Example
Text Example
White with #40EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EDAF; }
p { color: rgb(64,237,175); }
H1.HeaderClassName
{
color: #40EDAF;
}
.AnyTagClassName
{
color: #40EDAF;
}
</style>
background-color css
<style>
a { background-color: #40EDAF; }
a { background-color: rgb(64,237,175); }
div.DivClassName
{
background-color: #40EDAF;
}
.BgClassName
{
background-color: #40EDAF;
}
</style>
border-color css
<style>
span { border-color: #40EDAF; }
span { border-color: rgb(64,237,175); }
td.TdClassName
{
border-color: #40EDAF;
}
.TagClassName
{
border-color: #40EDAF;
}
</style>