Shades of Turquoise #40DDE9
Tints of Turquoise #40DDE9
RGB
CMYK
RGB Variations
Color information
#40DDE9 (or 0x40DDE9) is known color: Turquoise. HEX triplet: 40, DD and E9. RGB value is (64,221,233). Sum of RGB (Red+Green+Blue) = 64+221+233=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #40DDE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DDE9 is #BF2216. Grayscale: #AFAFAF. Windows color (decimal): -12526103 or 15326528. OLE color: 15326528.
HSL color Cylindrical-coordinate representation of color #40DDE9: hue angle of 184.26º 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 #40DDE9 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 221 | 233 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.09 |
| HSL | 184.26º | 0.79% | 0.58% | - |
| HSV(B) | 184.26º | 0.73% | 0.91% | - |
| XYZ | 42.68 | 58.69 | 86.17 | - |
| YUV | 175.43 | 160.49 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 233 | 0.73 | 0.05 | 0 | 0.09 | 184.26 | 0.79 | 0.58 |
| Hex | 40 | DD | E9 | 49 | 5 | 0 | 9 | B8 | 4F | 3A |
| Octal | 100 | 335 | 351 | 111 | 5 | 0 | 11 | 270 | 117 | 72 |
| Binary | 1000000 | 11011101 | 11101001 | 1001001 | 101 | 0 | 1001 | 10111000 | 1001111 | 111010 |
Color Harmonies of #40DDE9
Complementary color
Monochromatic Colors of #40DDE9
Black with #40DDE9
Text Example
Text Example
White with #40DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDE9; }
p { color: rgb(64,221,233); }
H1.HeaderClassName
{
color: #40DDE9;
}
.AnyTagClassName
{
color: #40DDE9;
}
</style>
background-color css
<style>
a { background-color: #40DDE9; }
a { background-color: rgb(64,221,233); }
div.DivClassName
{
background-color: #40DDE9;
}
.BgClassName
{
background-color: #40DDE9;
}
</style>
border-color css
<style>
span { border-color: #40DDE9; }
span { border-color: rgb(64,221,233); }
td.TdClassName
{
border-color: #40DDE9;
}
.TagClassName
{
border-color: #40DDE9;
}
</style>