Shades of Turquoise #40EAD5
Tints of Turquoise #40EAD5
RGB
CMYK
RGB Variations
Color information
#40EAD5 (or 0x40EAD5) is known color: Turquoise. HEX triplet: 40, EA and D5. RGB value is (64,234,213). Sum of RGB (Red+Green+Blue) = 64+234+213=511 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.52% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #40EAD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EAD5 is #BF152A. Grayscale: #B4B4B4. Windows color (decimal): -12522795 or 14019136. OLE color: 14019136.
HSL color Cylindrical-coordinate representation of color #40EAD5: hue angle of 172.59º 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 #40EAD5 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 213 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.08 |
| HSL | 172.59º | 0.8% | 0.58% | - |
| HSV(B) | 172.59º | 0.73% | 0.92% | - |
| XYZ | 43.55 | 64.74 | 73.15 | - |
| YUV | 180.78 | 146.18 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 213 | 0.73 | 0 | 0.09 | 0.08 | 172.59 | 0.8 | 0.58 |
| Hex | 40 | EA | D5 | 49 | 0 | 9 | 8 | AD | 50 | 3A |
| Octal | 100 | 352 | 325 | 111 | 0 | 11 | 10 | 255 | 120 | 72 |
| Binary | 1000000 | 11101010 | 11010101 | 1001001 | 0 | 1001 | 1000 | 10101101 | 1010000 | 111010 |
Color Harmonies of #40EAD5
Complementary color
Monochromatic Colors of #40EAD5
Black with #40EAD5
Text Example
Text Example
White with #40EAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EAD5; }
p { color: rgb(64,234,213); }
H1.HeaderClassName
{
color: #40EAD5;
}
.AnyTagClassName
{
color: #40EAD5;
}
</style>
background-color css
<style>
a { background-color: #40EAD5; }
a { background-color: rgb(64,234,213); }
div.DivClassName
{
background-color: #40EAD5;
}
.BgClassName
{
background-color: #40EAD5;
}
</style>
border-color css
<style>
span { border-color: #40EAD5; }
span { border-color: rgb(64,234,213); }
td.TdClassName
{
border-color: #40EAD5;
}
.TagClassName
{
border-color: #40EAD5;
}
</style>