Shades of Turquoise #40D9EB
Tints of Turquoise #40D9EB
RGB
CMYK
RGB Variations
Color information
#40D9EB (or 0x40D9EB) is known color: Turquoise. HEX triplet: 40, D9 and EB. RGB value is (64,217,235). Sum of RGB (Red+Green+Blue) = 64+217+235=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #40D9EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D9EB is #BF2614. Grayscale: #ADADAD. Windows color (decimal): -12527125 or 15456576. OLE color: 15456576.
HSL color Cylindrical-coordinate representation of color #40D9EB: hue angle of 186.32º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40D9EB is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 217 | 235 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.08 |
| HSL | 186.32º | 0.81% | 0.59% | - |
| HSV(B) | 186.32º | 0.73% | 0.92% | - |
| XYZ | 41.92 | 56.71 | 87.33 | - |
| YUV | 173.31 | 162.81 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 217 | 235 | 0.73 | 0.08 | 0 | 0.08 | 186.32 | 0.81 | 0.59 |
| Hex | 40 | D9 | EB | 49 | 8 | 0 | 8 | BA | 51 | 3B |
| Octal | 100 | 331 | 353 | 111 | 10 | 0 | 10 | 272 | 121 | 73 |
| Binary | 1000000 | 11011001 | 11101011 | 1001001 | 1000 | 0 | 1000 | 10111010 | 1010001 | 111011 |
Color Harmonies of #40D9EB
Complementary color
Monochromatic Colors of #40D9EB
Black with #40D9EB
Text Example
Text Example
White with #40D9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D9EB; }
p { color: rgb(64,217,235); }
H1.HeaderClassName
{
color: #40D9EB;
}
.AnyTagClassName
{
color: #40D9EB;
}
</style>
background-color css
<style>
a { background-color: #40D9EB; }
a { background-color: rgb(64,217,235); }
div.DivClassName
{
background-color: #40D9EB;
}
.BgClassName
{
background-color: #40D9EB;
}
</style>
border-color css
<style>
span { border-color: #40D9EB; }
span { border-color: rgb(64,217,235); }
td.TdClassName
{
border-color: #40D9EB;
}
.TagClassName
{
border-color: #40D9EB;
}
</style>