Shades of Turquoise #40EEE2
Tints of Turquoise #40EEE2
RGB
CMYK
RGB Variations
Color information
#40EEE2 (or 0x40EEE2) is known color: Turquoise. HEX triplet: 40, EE and E2. RGB value is (64,238,226). Sum of RGB (Red+Green+Blue) = 64+238+226=528 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.12% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #40EEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EEE2 is #BF111D. Grayscale: #B8B8B8. Windows color (decimal): -12521758 or 14872128. OLE color: 14872128.
HSL color Cylindrical-coordinate representation of color #40EEE2: hue angle of 175.86º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EEE2 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 238 | 226 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.07 |
| HSL | 175.86º | 0.84% | 0.59% | - |
| HSV(B) | 175.86º | 0.73% | 0.93% | - |
| XYZ | 46.42 | 67.73 | 82.58 | - |
| YUV | 184.61 | 151.35 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 226 | 0.73 | 0 | 0.05 | 0.07 | 175.86 | 0.84 | 0.59 |
| Hex | 40 | EE | E2 | 49 | 0 | 5 | 7 | B0 | 54 | 3B |
| Octal | 100 | 356 | 342 | 111 | 0 | 5 | 7 | 260 | 124 | 73 |
| Binary | 1000000 | 11101110 | 11100010 | 1001001 | 0 | 101 | 111 | 10110000 | 1010100 | 111011 |
Color Harmonies of #40EEE2
Complementary color
Monochromatic Colors of #40EEE2
Black with #40EEE2
Text Example
Text Example
White with #40EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EEE2; }
p { color: rgb(64,238,226); }
H1.HeaderClassName
{
color: #40EEE2;
}
.AnyTagClassName
{
color: #40EEE2;
}
</style>
background-color css
<style>
a { background-color: #40EEE2; }
a { background-color: rgb(64,238,226); }
div.DivClassName
{
background-color: #40EEE2;
}
.BgClassName
{
background-color: #40EEE2;
}
</style>
border-color css
<style>
span { border-color: #40EEE2; }
span { border-color: rgb(64,238,226); }
td.TdClassName
{
border-color: #40EEE2;
}
.TagClassName
{
border-color: #40EEE2;
}
</style>