Shades of Medium Turquoise #40D1E9
Tints of Medium Turquoise #40D1E9
RGB
CMYK
RGB Variations
Color information
#40D1E9 (or 0x40D1E9) is known color: Medium Turquoise. HEX triplet: 40, D1 and E9. RGB value is (64,209,233). Sum of RGB (Red+Green+Blue) = 64+209+233=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #40D1E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D1E9 is #BF2E16. Grayscale: #A8A8A8. Windows color (decimal): -12529175 or 15323456. OLE color: 15323456.
HSL color Cylindrical-coordinate representation of color #40D1E9: hue angle of 188.52º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40D1E9 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 209 | 233 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.09 |
| HSL | 188.52º | 0.79% | 0.58% | - |
| HSV(B) | 188.52º | 0.73% | 0.91% | - |
| XYZ | 39.62 | 52.57 | 85.15 | - |
| YUV | 168.38 | 164.46 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 233 | 0.73 | 0.10 | 0 | 0.09 | 188.52 | 0.79 | 0.58 |
| Hex | 40 | D1 | E9 | 49 | A | 0 | 9 | BD | 4F | 3A |
| Octal | 100 | 321 | 351 | 111 | 12 | 0 | 11 | 275 | 117 | 72 |
| Binary | 1000000 | 11010001 | 11101001 | 1001001 | 1010 | 0 | 1001 | 10111101 | 1001111 | 111010 |
Color Harmonies of #40D1E9
Complementary color
Monochromatic Colors of #40D1E9
Black with #40D1E9
Text Example
Text Example
White with #40D1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D1E9; }
p { color: rgb(64,209,233); }
H1.HeaderClassName
{
color: #40D1E9;
}
.AnyTagClassName
{
color: #40D1E9;
}
</style>
background-color css
<style>
a { background-color: #40D1E9; }
a { background-color: rgb(64,209,233); }
div.DivClassName
{
background-color: #40D1E9;
}
.BgClassName
{
background-color: #40D1E9;
}
</style>
border-color css
<style>
span { border-color: #40D1E9; }
span { border-color: rgb(64,209,233); }
td.TdClassName
{
border-color: #40D1E9;
}
.TagClassName
{
border-color: #40D1E9;
}
</style>