Shades of Turquoise #40DEE7
Tints of Turquoise #40DEE7
RGB
CMYK
RGB Variations
Color information
#40DEE7 (or 0x40DEE7) is known color: Turquoise. HEX triplet: 40, DE and E7. RGB value is (64,222,231). Sum of RGB (Red+Green+Blue) = 64+222+231=517 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.38% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #40DEE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DEE7 is #BF2118. Grayscale: #AFAFAF. Windows color (decimal): -12525849 or 15195712. OLE color: 15195712.
HSL color Cylindrical-coordinate representation of color #40DEE7: hue angle of 183.23º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40DEE7 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 222 | 231 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.09 |
| HSL | 183.23º | 0.78% | 0.58% | - |
| HSV(B) | 183.23º | 0.72% | 0.91% | - |
| XYZ | 42.66 | 59.1 | 84.76 | - |
| YUV | 175.78 | 159.15 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 222 | 231 | 0.72 | 0.04 | 0 | 0.09 | 183.23 | 0.78 | 0.58 |
| Hex | 40 | DE | E7 | 48 | 4 | 0 | 9 | B7 | 4E | 3A |
| Octal | 100 | 336 | 347 | 110 | 4 | 0 | 11 | 267 | 116 | 72 |
| Binary | 1000000 | 11011110 | 11100111 | 1001000 | 100 | 0 | 1001 | 10110111 | 1001110 | 111010 |
Color Harmonies of #40DEE7
Complementary color
Monochromatic Colors of #40DEE7
Black with #40DEE7
Text Example
Text Example
White with #40DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DEE7; }
p { color: rgb(64,222,231); }
H1.HeaderClassName
{
color: #40DEE7;
}
.AnyTagClassName
{
color: #40DEE7;
}
</style>
background-color css
<style>
a { background-color: #40DEE7; }
a { background-color: rgb(64,222,231); }
div.DivClassName
{
background-color: #40DEE7;
}
.BgClassName
{
background-color: #40DEE7;
}
</style>
border-color css
<style>
span { border-color: #40DEE7; }
span { border-color: rgb(64,222,231); }
td.TdClassName
{
border-color: #40DEE7;
}
.TagClassName
{
border-color: #40DEE7;
}
</style>