Shades of Turquoise #40EFEB
Tints of Turquoise #40EFEB
RGB
CMYK
RGB Variations
Color information
#40EFEB (or 0x40EFEB) is known color: Turquoise. HEX triplet: 40, EF and EB. RGB value is (64,239,235). Sum of RGB (Red+Green+Blue) = 64+239+235=538 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.90% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EFEB is #BF1014. Grayscale: #BABABA. Windows color (decimal): -12521493 or 15462208. OLE color: 15462208.
HSL color Cylindrical-coordinate representation of color #40EFEB: hue angle of 178.63º 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 #40EFEB is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 235 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.06 |
| HSL | 178.63º | 0.85% | 0.59% | - |
| HSV(B) | 178.63º | 0.73% | 0.94% | - |
| XYZ | 47.98 | 68.82 | 89.35 | - |
| YUV | 186.22 | 155.52 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 235 | 0.73 | 0 | 0.02 | 0.06 | 178.63 | 0.85 | 0.59 |
| Hex | 40 | EF | EB | 49 | 0 | 2 | 6 | B3 | 55 | 3B |
| Octal | 100 | 357 | 353 | 111 | 0 | 2 | 6 | 263 | 125 | 73 |
| Binary | 1000000 | 11101111 | 11101011 | 1001001 | 0 | 10 | 110 | 10110011 | 1010101 | 111011 |
Color Harmonies of #40EFEB
Complementary color
Monochromatic Colors of #40EFEB
Black with #40EFEB
Text Example
Text Example
White with #40EFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFEB; }
p { color: rgb(64,239,235); }
H1.HeaderClassName
{
color: #40EFEB;
}
.AnyTagClassName
{
color: #40EFEB;
}
</style>
background-color css
<style>
a { background-color: #40EFEB; }
a { background-color: rgb(64,239,235); }
div.DivClassName
{
background-color: #40EFEB;
}
.BgClassName
{
background-color: #40EFEB;
}
</style>
border-color css
<style>
span { border-color: #40EFEB; }
span { border-color: rgb(64,239,235); }
td.TdClassName
{
border-color: #40EFEB;
}
.TagClassName
{
border-color: #40EFEB;
}
</style>