Shades of Turquoise #40DEE9
Tints of Turquoise #40DEE9
RGB
CMYK
RGB Variations
Color information
#40DEE9 (or 0x40DEE9) is known color: Turquoise. HEX triplet: 40, DE and E9. RGB value is (64,222,233). Sum of RGB (Red+Green+Blue) = 64+222+233=519 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.33% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #40DEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DEE9 is #BF2116. Grayscale: #AFAFAF. Windows color (decimal): -12525847 or 15326784. OLE color: 15326784.
HSL color Cylindrical-coordinate representation of color #40DEE9: hue angle of 183.91º 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 #40DEE9 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 222 | 233 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.09 |
| HSL | 183.91º | 0.79% | 0.58% | - |
| HSV(B) | 183.91º | 0.73% | 0.91% | - |
| XYZ | 42.94 | 59.22 | 86.26 | - |
| YUV | 176.01 | 160.15 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 222 | 233 | 0.73 | 0.05 | 0 | 0.09 | 183.91 | 0.79 | 0.58 |
| Hex | 40 | DE | E9 | 49 | 5 | 0 | 9 | B8 | 4F | 3A |
| Octal | 100 | 336 | 351 | 111 | 5 | 0 | 11 | 270 | 117 | 72 |
| Binary | 1000000 | 11011110 | 11101001 | 1001001 | 101 | 0 | 1001 | 10111000 | 1001111 | 111010 |
Color Harmonies of #40DEE9
Complementary color
Monochromatic Colors of #40DEE9
Black with #40DEE9
Text Example
Text Example
White with #40DEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DEE9; }
p { color: rgb(64,222,233); }
H1.HeaderClassName
{
color: #40DEE9;
}
.AnyTagClassName
{
color: #40DEE9;
}
</style>
background-color css
<style>
a { background-color: #40DEE9; }
a { background-color: rgb(64,222,233); }
div.DivClassName
{
background-color: #40DEE9;
}
.BgClassName
{
background-color: #40DEE9;
}
</style>
border-color css
<style>
span { border-color: #40DEE9; }
span { border-color: rgb(64,222,233); }
td.TdClassName
{
border-color: #40DEE9;
}
.TagClassName
{
border-color: #40DEE9;
}
</style>