Shades of Turquoise #40DFE9
Tints of Turquoise #40DFE9
RGB
CMYK
RGB Variations
Color information
#40DFE9 (or 0x40DFE9) is known color: Turquoise. HEX triplet: 40, DF and E9. RGB value is (64,223,233). Sum of RGB (Red+Green+Blue) = 64+223+233=520 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.31% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #40DFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DFE9 is #BF2016. Grayscale: #B0B0B0. Windows color (decimal): -12525591 or 15327040. OLE color: 15327040.
HSL color Cylindrical-coordinate representation of color #40DFE9: hue angle of 183.55º 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 #40DFE9 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 223 | 233 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.09 |
| HSL | 183.55º | 0.79% | 0.58% | - |
| HSV(B) | 183.55º | 0.73% | 0.91% | - |
| XYZ | 43.21 | 59.75 | 86.35 | - |
| YUV | 176.6 | 159.82 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 233 | 0.73 | 0.04 | 0 | 0.09 | 183.55 | 0.79 | 0.58 |
| Hex | 40 | DF | E9 | 49 | 4 | 0 | 9 | B8 | 4F | 3A |
| Octal | 100 | 337 | 351 | 111 | 4 | 0 | 11 | 270 | 117 | 72 |
| Binary | 1000000 | 11011111 | 11101001 | 1001001 | 100 | 0 | 1001 | 10111000 | 1001111 | 111010 |
Color Harmonies of #40DFE9
Complementary color
Monochromatic Colors of #40DFE9
Black with #40DFE9
Text Example
Text Example
White with #40DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFE9; }
p { color: rgb(64,223,233); }
H1.HeaderClassName
{
color: #40DFE9;
}
.AnyTagClassName
{
color: #40DFE9;
}
</style>
background-color css
<style>
a { background-color: #40DFE9; }
a { background-color: rgb(64,223,233); }
div.DivClassName
{
background-color: #40DFE9;
}
.BgClassName
{
background-color: #40DFE9;
}
</style>
border-color css
<style>
span { border-color: #40DFE9; }
span { border-color: rgb(64,223,233); }
td.TdClassName
{
border-color: #40DFE9;
}
.TagClassName
{
border-color: #40DFE9;
}
</style>