Shades of Turquoise #40E3DA
Tints of Turquoise #40E3DA
RGB
CMYK
RGB Variations
Color information
#40E3DA (or 0x40E3DA) is known color: Turquoise. HEX triplet: 40, E3 and DA. RGB value is (64,227,218). Sum of RGB (Red+Green+Blue) = 64+227+218=509 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.57% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #40E3DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E3DA is #BF1C25. Grayscale: #B1B1B1. Windows color (decimal): -12524582 or 14345024. OLE color: 14345024.
HSL color Cylindrical-coordinate representation of color #40E3DA: hue angle of 176.69º 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 #40E3DA is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 227 | 218 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.11 |
| HSL | 176.69º | 0.74% | 0.57% | - |
| HSV(B) | 176.69º | 0.72% | 0.89% | - |
| XYZ | 42.24 | 61.09 | 75.9 | - |
| YUV | 177.24 | 151 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 227 | 218 | 0.72 | 0 | 0.04 | 0.11 | 176.69 | 0.74 | 0.57 |
| Hex | 40 | E3 | DA | 48 | 0 | 4 | B | B1 | 4A | 39 |
| Octal | 100 | 343 | 332 | 110 | 0 | 4 | 13 | 261 | 112 | 71 |
| Binary | 1000000 | 11100011 | 11011010 | 1001000 | 0 | 100 | 1011 | 10110001 | 1001010 | 111001 |
Color Harmonies of #40E3DA
Complementary color
Monochromatic Colors of #40E3DA
Black with #40E3DA
Text Example
Text Example
White with #40E3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E3DA; }
p { color: rgb(64,227,218); }
H1.HeaderClassName
{
color: #40E3DA;
}
.AnyTagClassName
{
color: #40E3DA;
}
</style>
background-color css
<style>
a { background-color: #40E3DA; }
a { background-color: rgb(64,227,218); }
div.DivClassName
{
background-color: #40E3DA;
}
.BgClassName
{
background-color: #40E3DA;
}
</style>
border-color css
<style>
span { border-color: #40E3DA; }
span { border-color: rgb(64,227,218); }
td.TdClassName
{
border-color: #40E3DA;
}
.TagClassName
{
border-color: #40E3DA;
}
</style>