Shades of Turquoise #40EAD3
Tints of Turquoise #40EAD3
RGB
CMYK
RGB Variations
Color information
#40EAD3 (or 0x40EAD3) is known color: Turquoise. HEX triplet: 40, EA and D3. RGB value is (64,234,211). Sum of RGB (Red+Green+Blue) = 64+234+211=509 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.57% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #40EAD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EAD3 is #BF152C. Grayscale: #B4B4B4. Windows color (decimal): -12522797 or 13888064. OLE color: 13888064.
HSL color Cylindrical-coordinate representation of color #40EAD3: hue angle of 171.88º 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 #40EAD3 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 211 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.08 |
| HSL | 171.88º | 0.8% | 0.58% | - |
| HSV(B) | 171.88º | 0.73% | 0.92% | - |
| XYZ | 43.3 | 64.64 | 71.82 | - |
| YUV | 180.55 | 145.18 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 211 | 0.73 | 0 | 0.10 | 0.08 | 171.88 | 0.8 | 0.58 |
| Hex | 40 | EA | D3 | 49 | 0 | A | 8 | AC | 50 | 3A |
| Octal | 100 | 352 | 323 | 111 | 0 | 12 | 10 | 254 | 120 | 72 |
| Binary | 1000000 | 11101010 | 11010011 | 1001001 | 0 | 1010 | 1000 | 10101100 | 1010000 | 111010 |
Color Harmonies of #40EAD3
Complementary color
Monochromatic Colors of #40EAD3
Black with #40EAD3
Text Example
Text Example
White with #40EAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EAD3; }
p { color: rgb(64,234,211); }
H1.HeaderClassName
{
color: #40EAD3;
}
.AnyTagClassName
{
color: #40EAD3;
}
</style>
background-color css
<style>
a { background-color: #40EAD3; }
a { background-color: rgb(64,234,211); }
div.DivClassName
{
background-color: #40EAD3;
}
.BgClassName
{
background-color: #40EAD3;
}
</style>
border-color css
<style>
span { border-color: #40EAD3; }
span { border-color: rgb(64,234,211); }
td.TdClassName
{
border-color: #40EAD3;
}
.TagClassName
{
border-color: #40EAD3;
}
</style>