Shades of Turquoise #40EFBF
Tints of Turquoise #40EFBF
RGB
CMYK
RGB Variations
Color information
#40EFBF (or 0x40EFBF) is known color: Turquoise. HEX triplet: 40, EF and BF. RGB value is (64,239,191). Sum of RGB (Red+Green+Blue) = 64+239+191=494 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.96% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFBF is #BF1040. Grayscale: #B5B5B5. Windows color (decimal): -12521537 or 12578624. OLE color: 12578624.
HSL color Cylindrical-coordinate representation of color #40EFBF: hue angle of 163.54º 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 #40EFBF is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 191 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.06 |
| HSL | 163.54º | 0.85% | 0.59% | - |
| HSV(B) | 163.54º | 0.73% | 0.94% | - |
| XYZ | 42.38 | 66.58 | 59.91 | - |
| YUV | 181.2 | 133.52 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 191 | 0.73 | 0 | 0.20 | 0.06 | 163.54 | 0.85 | 0.59 |
| Hex | 40 | EF | BF | 49 | 0 | 14 | 6 | A4 | 55 | 3B |
| Octal | 100 | 357 | 277 | 111 | 0 | 24 | 6 | 244 | 125 | 73 |
| Binary | 1000000 | 11101111 | 10111111 | 1001001 | 0 | 10100 | 110 | 10100100 | 1010101 | 111011 |
Color Harmonies of #40EFBF
Complementary color
Monochromatic Colors of #40EFBF
Black with #40EFBF
Text Example
Text Example
White with #40EFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFBF; }
p { color: rgb(64,239,191); }
H1.HeaderClassName
{
color: #40EFBF;
}
.AnyTagClassName
{
color: #40EFBF;
}
</style>
background-color css
<style>
a { background-color: #40EFBF; }
a { background-color: rgb(64,239,191); }
div.DivClassName
{
background-color: #40EFBF;
}
.BgClassName
{
background-color: #40EFBF;
}
</style>
border-color css
<style>
span { border-color: #40EFBF; }
span { border-color: rgb(64,239,191); }
td.TdClassName
{
border-color: #40EFBF;
}
.TagClassName
{
border-color: #40EFBF;
}
</style>