Shades of Turquoise #40D5EC
Tints of Turquoise #40D5EC
RGB
CMYK
RGB Variations
Color information
#40D5EC (or 0x40D5EC) is known color: Turquoise. HEX triplet: 40, D5 and EC. RGB value is (64,213,236). Sum of RGB (Red+Green+Blue) = 64+213+236=513 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.48% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #40D5EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D5EC is #BF2A13. Grayscale: #AAAAAA. Windows color (decimal): -12528148 or 15521088. OLE color: 15521088.
HSL color Cylindrical-coordinate representation of color #40D5EC: hue angle of 188.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40D5EC is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 213 | 236 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.07 |
| HSL | 188.02º | 0.82% | 0.59% | - |
| HSV(B) | 188.02º | 0.73% | 0.93% | - |
| XYZ | 41.05 | 54.73 | 87.76 | - |
| YUV | 171.07 | 164.64 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 236 | 0.73 | 0.10 | 0 | 0.07 | 188.02 | 0.82 | 0.59 |
| Hex | 40 | D5 | EC | 49 | A | 0 | 7 | BC | 52 | 3B |
| Octal | 100 | 325 | 354 | 111 | 12 | 0 | 7 | 274 | 122 | 73 |
| Binary | 1000000 | 11010101 | 11101100 | 1001001 | 1010 | 0 | 111 | 10111100 | 1010010 | 111011 |
Color Harmonies of #40D5EC
Complementary color
Monochromatic Colors of #40D5EC
Black with #40D5EC
Text Example
Text Example
White with #40D5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D5EC; }
p { color: rgb(64,213,236); }
H1.HeaderClassName
{
color: #40D5EC;
}
.AnyTagClassName
{
color: #40D5EC;
}
</style>
background-color css
<style>
a { background-color: #40D5EC; }
a { background-color: rgb(64,213,236); }
div.DivClassName
{
background-color: #40D5EC;
}
.BgClassName
{
background-color: #40D5EC;
}
</style>
border-color css
<style>
span { border-color: #40D5EC; }
span { border-color: rgb(64,213,236); }
td.TdClassName
{
border-color: #40D5EC;
}
.TagClassName
{
border-color: #40D5EC;
}
</style>