Shades of Turquoise #40D9ED
Tints of Turquoise #40D9ED
RGB
CMYK
RGB Variations
Color information
#40D9ED (or 0x40D9ED) is known color: Turquoise. HEX triplet: 40, D9 and ED. RGB value is (64,217,237). Sum of RGB (Red+Green+Blue) = 64+217+237=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #40D9ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D9ED is #BF2612. Grayscale: #ADADAD. Windows color (decimal): -12527123 or 15587648. OLE color: 15587648.
HSL color Cylindrical-coordinate representation of color #40D9ED: hue angle of 186.94º degrees, saturation: 0.83, 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 #40D9ED is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 217 | 237 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.07 |
| HSL | 186.94º | 0.83% | 0.59% | - |
| HSV(B) | 186.94º | 0.73% | 0.93% | - |
| XYZ | 42.21 | 56.83 | 88.87 | - |
| YUV | 173.53 | 163.81 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 217 | 237 | 0.73 | 0.08 | 0 | 0.07 | 186.94 | 0.83 | 0.59 |
| Hex | 40 | D9 | ED | 49 | 8 | 0 | 7 | BB | 53 | 3B |
| Octal | 100 | 331 | 355 | 111 | 10 | 0 | 7 | 273 | 123 | 73 |
| Binary | 1000000 | 11011001 | 11101101 | 1001001 | 1000 | 0 | 111 | 10111011 | 1010011 | 111011 |
Color Harmonies of #40D9ED
Complementary color
Monochromatic Colors of #40D9ED
Black with #40D9ED
Text Example
Text Example
White with #40D9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D9ED; }
p { color: rgb(64,217,237); }
H1.HeaderClassName
{
color: #40D9ED;
}
.AnyTagClassName
{
color: #40D9ED;
}
</style>
background-color css
<style>
a { background-color: #40D9ED; }
a { background-color: rgb(64,217,237); }
div.DivClassName
{
background-color: #40D9ED;
}
.BgClassName
{
background-color: #40D9ED;
}
</style>
border-color css
<style>
span { border-color: #40D9ED; }
span { border-color: rgb(64,217,237); }
td.TdClassName
{
border-color: #40D9ED;
}
.TagClassName
{
border-color: #40D9ED;
}
</style>