Shades of Turquoise #40EFB2
Tints of Turquoise #40EFB2
RGB
CMYK
RGB Variations
Color information
#40EFB2 (or 0x40EFB2) is known color: Turquoise. HEX triplet: 40, EF and B2. RGB value is (64,239,178). Sum of RGB (Red+Green+Blue) = 64+239+178=481 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.31% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EFB2 is #BF104D. Grayscale: #B3B3B3. Windows color (decimal): -12521550 or 11726656. OLE color: 11726656.
HSL color Cylindrical-coordinate representation of color #40EFB2: hue angle of 159.09º 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 #40EFB2 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 178 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.06 |
| HSL | 159.09º | 0.85% | 0.59% | - |
| HSV(B) | 159.09º | 0.73% | 0.94% | - |
| XYZ | 41.02 | 66.04 | 52.7 | - |
| YUV | 179.72 | 127.02 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 178 | 0.73 | 0 | 0.26 | 0.06 | 159.09 | 0.85 | 0.59 |
| Hex | 40 | EF | B2 | 49 | 0 | 1A | 6 | 9F | 55 | 3B |
| Octal | 100 | 357 | 262 | 111 | 0 | 32 | 6 | 237 | 125 | 73 |
| Binary | 1000000 | 11101111 | 10110010 | 1001001 | 0 | 11010 | 110 | 10011111 | 1010101 | 111011 |
Color Harmonies of #40EFB2
Complementary color
Monochromatic Colors of #40EFB2
Black with #40EFB2
Text Example
Text Example
White with #40EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFB2; }
p { color: rgb(64,239,178); }
H1.HeaderClassName
{
color: #40EFB2;
}
.AnyTagClassName
{
color: #40EFB2;
}
</style>
background-color css
<style>
a { background-color: #40EFB2; }
a { background-color: rgb(64,239,178); }
div.DivClassName
{
background-color: #40EFB2;
}
.BgClassName
{
background-color: #40EFB2;
}
</style>
border-color css
<style>
span { border-color: #40EFB2; }
span { border-color: rgb(64,239,178); }
td.TdClassName
{
border-color: #40EFB2;
}
.TagClassName
{
border-color: #40EFB2;
}
</style>