Shades of Turquoise #40E2BC
Tints of Turquoise #40E2BC
RGB
CMYK
RGB Variations
Color information
#40E2BC (or 0x40E2BC) is known color: Turquoise. HEX triplet: 40, E2 and BC. RGB value is (64,226,188). Sum of RGB (Red+Green+Blue) = 64+226+188=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #40E2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E2BC is #BF1D43. Grayscale: #ADADAD. Windows color (decimal): -12524868 or 12378688. OLE color: 12378688.
HSL color Cylindrical-coordinate representation of color #40E2BC: hue angle of 165.93º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E2BC is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 226 | 188 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.11 |
| HSL | 165.93º | 0.74% | 0.57% | - |
| HSV(B) | 165.93º | 0.72% | 0.89% | - |
| XYZ | 38.39 | 59.11 | 56.96 | - |
| YUV | 173.23 | 136.33 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 188 | 0.72 | 0 | 0.17 | 0.11 | 165.93 | 0.74 | 0.57 |
| Hex | 40 | E2 | BC | 48 | 0 | 11 | B | A6 | 4A | 39 |
| Octal | 100 | 342 | 274 | 110 | 0 | 21 | 13 | 246 | 112 | 71 |
| Binary | 1000000 | 11100010 | 10111100 | 1001000 | 0 | 10001 | 1011 | 10100110 | 1001010 | 111001 |
Color Harmonies of #40E2BC
Complementary color
Monochromatic Colors of #40E2BC
Black with #40E2BC
Text Example
Text Example
White with #40E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E2BC; }
p { color: rgb(64,226,188); }
H1.HeaderClassName
{
color: #40E2BC;
}
.AnyTagClassName
{
color: #40E2BC;
}
</style>
background-color css
<style>
a { background-color: #40E2BC; }
a { background-color: rgb(64,226,188); }
div.DivClassName
{
background-color: #40E2BC;
}
.BgClassName
{
background-color: #40E2BC;
}
</style>
border-color css
<style>
span { border-color: #40E2BC; }
span { border-color: rgb(64,226,188); }
td.TdClassName
{
border-color: #40E2BC;
}
.TagClassName
{
border-color: #40E2BC;
}
</style>