Shades of Turquoise #40EFEA
Tints of Turquoise #40EFEA
RGB
CMYK
RGB Variations
Color information
#40EFEA (or 0x40EFEA) is known color: Turquoise. HEX triplet: 40, EF and EA. RGB value is (64,239,234). Sum of RGB (Red+Green+Blue) = 64+239+234=537 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.92% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EFEA is #BF1015. Grayscale: #B9B9B9. Windows color (decimal): -12521494 or 15396672. OLE color: 15396672.
HSL color Cylindrical-coordinate representation of color #40EFEA: hue angle of 178.29º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EFEA is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 234 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.06 |
| HSL | 178.29º | 0.85% | 0.59% | - |
| HSV(B) | 178.29º | 0.73% | 0.94% | - |
| XYZ | 47.83 | 68.76 | 88.59 | - |
| YUV | 186.11 | 155.02 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 234 | 0.73 | 0 | 0.02 | 0.06 | 178.29 | 0.85 | 0.59 |
| Hex | 40 | EF | EA | 49 | 0 | 2 | 6 | B2 | 55 | 3B |
| Octal | 100 | 357 | 352 | 111 | 0 | 2 | 6 | 262 | 125 | 73 |
| Binary | 1000000 | 11101111 | 11101010 | 1001001 | 0 | 10 | 110 | 10110010 | 1010101 | 111011 |
Color Harmonies of #40EFEA
Complementary color
Monochromatic Colors of #40EFEA
Black with #40EFEA
Text Example
Text Example
White with #40EFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFEA; }
p { color: rgb(64,239,234); }
H1.HeaderClassName
{
color: #40EFEA;
}
.AnyTagClassName
{
color: #40EFEA;
}
</style>
background-color css
<style>
a { background-color: #40EFEA; }
a { background-color: rgb(64,239,234); }
div.DivClassName
{
background-color: #40EFEA;
}
.BgClassName
{
background-color: #40EFEA;
}
</style>
border-color css
<style>
span { border-color: #40EFEA; }
span { border-color: rgb(64,239,234); }
td.TdClassName
{
border-color: #40EFEA;
}
.TagClassName
{
border-color: #40EFEA;
}
</style>