Shades of Turquoise #40EAD1
Tints of Turquoise #40EAD1
RGB
CMYK
RGB Variations
Color information
#40EAD1 (or 0x40EAD1) is known color: Turquoise. HEX triplet: 40, EA and D1. RGB value is (64,234,209). Sum of RGB (Red+Green+Blue) = 64+234+209=507 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.62% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #40EAD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EAD1 is #BF152E. Grayscale: #B4B4B4. Windows color (decimal): -12522799 or 13756992. OLE color: 13756992.
HSL color Cylindrical-coordinate representation of color #40EAD1: hue angle of 171.18º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EAD1 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 209 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.08 |
| HSL | 171.18º | 0.8% | 0.58% | - |
| HSV(B) | 171.18º | 0.73% | 0.92% | - |
| XYZ | 43.05 | 64.54 | 70.51 | - |
| YUV | 180.32 | 144.18 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 209 | 0.73 | 0 | 0.11 | 0.08 | 171.18 | 0.8 | 0.58 |
| Hex | 40 | EA | D1 | 49 | 0 | B | 8 | AB | 50 | 3A |
| Octal | 100 | 352 | 321 | 111 | 0 | 13 | 10 | 253 | 120 | 72 |
| Binary | 1000000 | 11101010 | 11010001 | 1001001 | 0 | 1011 | 1000 | 10101011 | 1010000 | 111010 |
Color Harmonies of #40EAD1
Complementary color
Monochromatic Colors of #40EAD1
Black with #40EAD1
Text Example
Text Example
White with #40EAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EAD1; }
p { color: rgb(64,234,209); }
H1.HeaderClassName
{
color: #40EAD1;
}
.AnyTagClassName
{
color: #40EAD1;
}
</style>
background-color css
<style>
a { background-color: #40EAD1; }
a { background-color: rgb(64,234,209); }
div.DivClassName
{
background-color: #40EAD1;
}
.BgClassName
{
background-color: #40EAD1;
}
</style>
border-color css
<style>
span { border-color: #40EAD1; }
span { border-color: rgb(64,234,209); }
td.TdClassName
{
border-color: #40EAD1;
}
.TagClassName
{
border-color: #40EAD1;
}
</style>