Shades of Medium Turquoise #40D3EF
Tints of Medium Turquoise #40D3EF
RGB
CMYK
RGB Variations
Color information
#40D3EF (or 0x40D3EF) is known color: Medium Turquoise. HEX triplet: 40, D3 and EF. RGB value is (64,211,239). Sum of RGB (Red+Green+Blue) = 64+211+239=514 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.45% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #40D3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D3EF is #BF2C10. Grayscale: #A9A9A9. Windows color (decimal): -12528657 or 15717184. OLE color: 15717184.
HSL color Cylindrical-coordinate representation of color #40D3EF: hue angle of 189.6º 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 #40D3EF is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 211 | 239 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.06 |
| HSL | 189.6º | 0.85% | 0.59% | - |
| HSV(B) | 189.6º | 0.73% | 0.94% | - |
| XYZ | 40.99 | 53.91 | 89.91 | - |
| YUV | 170.24 | 166.8 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 211 | 239 | 0.73 | 0.12 | 0 | 0.06 | 189.6 | 0.85 | 0.59 |
| Hex | 40 | D3 | EF | 49 | C | 0 | 6 | BE | 55 | 3B |
| Octal | 100 | 323 | 357 | 111 | 14 | 0 | 6 | 276 | 125 | 73 |
| Binary | 1000000 | 11010011 | 11101111 | 1001001 | 1100 | 0 | 110 | 10111110 | 1010101 | 111011 |
Color Harmonies of #40D3EF
Complementary color
Monochromatic Colors of #40D3EF
Black with #40D3EF
Text Example
Text Example
White with #40D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D3EF; }
p { color: rgb(64,211,239); }
H1.HeaderClassName
{
color: #40D3EF;
}
.AnyTagClassName
{
color: #40D3EF;
}
</style>
background-color css
<style>
a { background-color: #40D3EF; }
a { background-color: rgb(64,211,239); }
div.DivClassName
{
background-color: #40D3EF;
}
.BgClassName
{
background-color: #40D3EF;
}
</style>
border-color css
<style>
span { border-color: #40D3EF; }
span { border-color: rgb(64,211,239); }
td.TdClassName
{
border-color: #40D3EF;
}
.TagClassName
{
border-color: #40D3EF;
}
</style>