Shades of Turquoise #40EFE2
Tints of Turquoise #40EFE2
RGB
CMYK
RGB Variations
Color information
#40EFE2 (or 0x40EFE2) is known color: Turquoise. HEX triplet: 40, EF and E2. RGB value is (64,239,226). Sum of RGB (Red+Green+Blue) = 64+239+226=529 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.10% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFE2 is #BF101D. Grayscale: #B9B9B9. Windows color (decimal): -12521502 or 14872384. OLE color: 14872384.
HSL color Cylindrical-coordinate representation of color #40EFE2: hue angle of 175.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 #40EFE2 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 226 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.06 |
| HSL | 175.54º | 0.85% | 0.59% | - |
| HSV(B) | 175.54º | 0.73% | 0.94% | - |
| XYZ | 46.71 | 68.31 | 82.68 | - |
| YUV | 185.19 | 151.02 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 226 | 0.73 | 0 | 0.05 | 0.06 | 175.54 | 0.85 | 0.59 |
| Hex | 40 | EF | E2 | 49 | 0 | 5 | 6 | B0 | 55 | 3B |
| Octal | 100 | 357 | 342 | 111 | 0 | 5 | 6 | 260 | 125 | 73 |
| Binary | 1000000 | 11101111 | 11100010 | 1001001 | 0 | 101 | 110 | 10110000 | 1010101 | 111011 |
Color Harmonies of #40EFE2
Complementary color
Monochromatic Colors of #40EFE2
Black with #40EFE2
Text Example
Text Example
White with #40EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFE2; }
p { color: rgb(64,239,226); }
H1.HeaderClassName
{
color: #40EFE2;
}
.AnyTagClassName
{
color: #40EFE2;
}
</style>
background-color css
<style>
a { background-color: #40EFE2; }
a { background-color: rgb(64,239,226); }
div.DivClassName
{
background-color: #40EFE2;
}
.BgClassName
{
background-color: #40EFE2;
}
</style>
border-color css
<style>
span { border-color: #40EFE2; }
span { border-color: rgb(64,239,226); }
td.TdClassName
{
border-color: #40EFE2;
}
.TagClassName
{
border-color: #40EFE2;
}
</style>