Shades of Medium Turquoise #40D3EE
Tints of Medium Turquoise #40D3EE
RGB
CMYK
RGB Variations
Color information
#40D3EE (or 0x40D3EE) is known color: Medium Turquoise. HEX triplet: 40, D3 and EE. RGB value is (64,211,238). Sum of RGB (Red+Green+Blue) = 64+211+238=513 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.48% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #40D3EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D3EE is #BF2C11. Grayscale: #A9A9A9. Windows color (decimal): -12528658 or 15651648. OLE color: 15651648.
HSL color Cylindrical-coordinate representation of color #40D3EE: hue angle of 189.31º degrees, saturation: 0.84, 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 #40D3EE is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 211 | 238 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.07 |
| HSL | 189.31º | 0.84% | 0.59% | - |
| HSV(B) | 189.31º | 0.73% | 0.93% | - |
| XYZ | 40.84 | 53.85 | 89.13 | - |
| YUV | 170.13 | 166.3 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 211 | 238 | 0.73 | 0.11 | 0 | 0.07 | 189.31 | 0.84 | 0.59 |
| Hex | 40 | D3 | EE | 49 | B | 0 | 7 | BD | 54 | 3B |
| Octal | 100 | 323 | 356 | 111 | 13 | 0 | 7 | 275 | 124 | 73 |
| Binary | 1000000 | 11010011 | 11101110 | 1001001 | 1011 | 0 | 111 | 10111101 | 1010100 | 111011 |
Color Harmonies of #40D3EE
Complementary color
Monochromatic Colors of #40D3EE
Black with #40D3EE
Text Example
Text Example
White with #40D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D3EE; }
p { color: rgb(64,211,238); }
H1.HeaderClassName
{
color: #40D3EE;
}
.AnyTagClassName
{
color: #40D3EE;
}
</style>
background-color css
<style>
a { background-color: #40D3EE; }
a { background-color: rgb(64,211,238); }
div.DivClassName
{
background-color: #40D3EE;
}
.BgClassName
{
background-color: #40D3EE;
}
</style>
border-color css
<style>
span { border-color: #40D3EE; }
span { border-color: rgb(64,211,238); }
td.TdClassName
{
border-color: #40D3EE;
}
.TagClassName
{
border-color: #40D3EE;
}
</style>