Shades of Turquoise #40EFE5
Tints of Turquoise #40EFE5
RGB
CMYK
RGB Variations
Color information
#40EFE5 (or 0x40EFE5) is known color: Turquoise. HEX triplet: 40, EF and E5. RGB value is (64,239,229). Sum of RGB (Red+Green+Blue) = 64+239+229=532 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.03% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFE5 is #BF101A. Grayscale: #B9B9B9. Windows color (decimal): -12521499 or 15068992. OLE color: 15068992.
HSL color Cylindrical-coordinate representation of color #40EFE5: hue angle of 176.57º 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 #40EFE5 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 229 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.06 |
| HSL | 176.57º | 0.85% | 0.59% | - |
| HSV(B) | 176.57º | 0.73% | 0.94% | - |
| XYZ | 47.12 | 68.48 | 84.86 | - |
| YUV | 185.54 | 152.52 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 229 | 0.73 | 0 | 0.04 | 0.06 | 176.57 | 0.85 | 0.59 |
| Hex | 40 | EF | E5 | 49 | 0 | 4 | 6 | B1 | 55 | 3B |
| Octal | 100 | 357 | 345 | 111 | 0 | 4 | 6 | 261 | 125 | 73 |
| Binary | 1000000 | 11101111 | 11100101 | 1001001 | 0 | 100 | 110 | 10110001 | 1010101 | 111011 |
Color Harmonies of #40EFE5
Complementary color
Monochromatic Colors of #40EFE5
Black with #40EFE5
Text Example
Text Example
White with #40EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFE5; }
p { color: rgb(64,239,229); }
H1.HeaderClassName
{
color: #40EFE5;
}
.AnyTagClassName
{
color: #40EFE5;
}
</style>
background-color css
<style>
a { background-color: #40EFE5; }
a { background-color: rgb(64,239,229); }
div.DivClassName
{
background-color: #40EFE5;
}
.BgClassName
{
background-color: #40EFE5;
}
</style>
border-color css
<style>
span { border-color: #40EFE5; }
span { border-color: rgb(64,239,229); }
td.TdClassName
{
border-color: #40EFE5;
}
.TagClassName
{
border-color: #40EFE5;
}
</style>