Shades of Turquoise #40E2D1
Tints of Turquoise #40E2D1
RGB
CMYK
RGB Variations
Color information
#40E2D1 (or 0x40E2D1) is known color: Turquoise. HEX triplet: 40, E2 and D1. RGB value is (64,226,209). Sum of RGB (Red+Green+Blue) = 64+226+209=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #40E2D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E2D1 is #BF1D2E. Grayscale: #AFAFAF. Windows color (decimal): -12524847 or 13754944. OLE color: 13754944.
HSL color Cylindrical-coordinate representation of color #40E2D1: hue angle of 173.7º 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 #40E2D1 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 226 | 209 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.11 |
| HSL | 173.7º | 0.74% | 0.57% | - |
| HSV(B) | 173.7º | 0.72% | 0.89% | - |
| XYZ | 40.82 | 60.09 | 69.77 | - |
| YUV | 175.62 | 146.83 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 209 | 0.72 | 0 | 0.08 | 0.11 | 173.7 | 0.74 | 0.57 |
| Hex | 40 | E2 | D1 | 48 | 0 | 8 | B | AE | 4A | 39 |
| Octal | 100 | 342 | 321 | 110 | 0 | 10 | 13 | 256 | 112 | 71 |
| Binary | 1000000 | 11100010 | 11010001 | 1001000 | 0 | 1000 | 1011 | 10101110 | 1001010 | 111001 |
Color Harmonies of #40E2D1
Complementary color
Monochromatic Colors of #40E2D1
Black with #40E2D1
Text Example
Text Example
White with #40E2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E2D1; }
p { color: rgb(64,226,209); }
H1.HeaderClassName
{
color: #40E2D1;
}
.AnyTagClassName
{
color: #40E2D1;
}
</style>
background-color css
<style>
a { background-color: #40E2D1; }
a { background-color: rgb(64,226,209); }
div.DivClassName
{
background-color: #40E2D1;
}
.BgClassName
{
background-color: #40E2D1;
}
</style>
border-color css
<style>
span { border-color: #40E2D1; }
span { border-color: rgb(64,226,209); }
td.TdClassName
{
border-color: #40E2D1;
}
.TagClassName
{
border-color: #40E2D1;
}
</style>