Shades of Turquoise #40D8EF
Tints of Turquoise #40D8EF
RGB
CMYK
RGB Variations
Color information
#40D8EF (or 0x40D8EF) is known color: Turquoise. HEX triplet: 40, D8 and EF. RGB value is (64,216,239). Sum of RGB (Red+Green+Blue) = 64+216+239=519 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.33% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #40D8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D8EF is #BF2710. Grayscale: #ACACAC. Windows color (decimal): -12527377 or 15718464. OLE color: 15718464.
HSL color Cylindrical-coordinate representation of color #40D8EF: hue angle of 187.89º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40D8EF is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 216 | 239 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.06 |
| HSL | 187.89º | 0.85% | 0.59% | - |
| HSV(B) | 187.89º | 0.73% | 0.94% | - |
| XYZ | 42.25 | 56.43 | 90.33 | - |
| YUV | 173.17 | 165.14 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 239 | 0.73 | 0.10 | 0 | 0.06 | 187.89 | 0.85 | 0.59 |
| Hex | 40 | D8 | EF | 49 | A | 0 | 6 | BC | 55 | 3B |
| Octal | 100 | 330 | 357 | 111 | 12 | 0 | 6 | 274 | 125 | 73 |
| Binary | 1000000 | 11011000 | 11101111 | 1001001 | 1010 | 0 | 110 | 10111100 | 1010101 | 111011 |
Color Harmonies of #40D8EF
Complementary color
Monochromatic Colors of #40D8EF
Black with #40D8EF
Text Example
Text Example
White with #40D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D8EF; }
p { color: rgb(64,216,239); }
H1.HeaderClassName
{
color: #40D8EF;
}
.AnyTagClassName
{
color: #40D8EF;
}
</style>
background-color css
<style>
a { background-color: #40D8EF; }
a { background-color: rgb(64,216,239); }
div.DivClassName
{
background-color: #40D8EF;
}
.BgClassName
{
background-color: #40D8EF;
}
</style>
border-color css
<style>
span { border-color: #40D8EF; }
span { border-color: rgb(64,216,239); }
td.TdClassName
{
border-color: #40D8EF;
}
.TagClassName
{
border-color: #40D8EF;
}
</style>