Shades of Turquoise #40D8EB
Tints of Turquoise #40D8EB
RGB
CMYK
RGB Variations
Color information
#40D8EB (or 0x40D8EB) is known color: Turquoise. HEX triplet: 40, D8 and EB. RGB value is (64,216,235). Sum of RGB (Red+Green+Blue) = 64+216+235=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #40D8EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D8EB is #BF2714. Grayscale: #ACACAC. Windows color (decimal): -12527381 or 15456320. OLE color: 15456320.
HSL color Cylindrical-coordinate representation of color #40D8EB: hue angle of 186.67º 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 #40D8EB is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 216 | 235 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.08 |
| HSL | 186.67º | 0.81% | 0.59% | - |
| HSV(B) | 186.67º | 0.73% | 0.92% | - |
| XYZ | 41.67 | 56.2 | 87.25 | - |
| YUV | 172.72 | 163.14 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 235 | 0.73 | 0.08 | 0 | 0.08 | 186.67 | 0.81 | 0.59 |
| Hex | 40 | D8 | EB | 49 | 8 | 0 | 8 | BB | 51 | 3B |
| Octal | 100 | 330 | 353 | 111 | 10 | 0 | 10 | 273 | 121 | 73 |
| Binary | 1000000 | 11011000 | 11101011 | 1001001 | 1000 | 0 | 1000 | 10111011 | 1010001 | 111011 |
Color Harmonies of #40D8EB
Complementary color
Monochromatic Colors of #40D8EB
Black with #40D8EB
Text Example
Text Example
White with #40D8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D8EB; }
p { color: rgb(64,216,235); }
H1.HeaderClassName
{
color: #40D8EB;
}
.AnyTagClassName
{
color: #40D8EB;
}
</style>
background-color css
<style>
a { background-color: #40D8EB; }
a { background-color: rgb(64,216,235); }
div.DivClassName
{
background-color: #40D8EB;
}
.BgClassName
{
background-color: #40D8EB;
}
</style>
border-color css
<style>
span { border-color: #40D8EB; }
span { border-color: rgb(64,216,235); }
td.TdClassName
{
border-color: #40D8EB;
}
.TagClassName
{
border-color: #40D8EB;
}
</style>