Shades of Turquoise #40DDBE
Tints of Turquoise #40DDBE
RGB
CMYK
RGB Variations
Color information
#40DDBE (or 0x40DDBE) is known color: Turquoise. HEX triplet: 40, DD and BE. RGB value is (64,221,190). Sum of RGB (Red+Green+Blue) = 64+221+190=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DDBE is #BF2241. Grayscale: #AAAAAA. Windows color (decimal): -12526146 or 12508480. OLE color: 12508480.
HSL color Cylindrical-coordinate representation of color #40DDBE: hue angle of 168.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DDBE is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 221 | 190 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.13 |
| HSL | 168.15º | 0.7% | 0.56% | - |
| HSV(B) | 168.15º | 0.71% | 0.87% | - |
| XYZ | 37.27 | 56.52 | 57.66 | - |
| YUV | 170.52 | 138.99 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 190 | 0.71 | 0 | 0.14 | 0.13 | 168.15 | 0.7 | 0.56 |
| Hex | 40 | DD | BE | 47 | 0 | E | D | A8 | 46 | 38 |
| Octal | 100 | 335 | 276 | 107 | 0 | 16 | 15 | 250 | 106 | 70 |
| Binary | 1000000 | 11011101 | 10111110 | 1000111 | 0 | 1110 | 1101 | 10101000 | 1000110 | 111000 |
Color Harmonies of #40DDBE
Complementary color
Monochromatic Colors of #40DDBE
Black with #40DDBE
Text Example
Text Example
White with #40DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDBE; }
p { color: rgb(64,221,190); }
H1.HeaderClassName
{
color: #40DDBE;
}
.AnyTagClassName
{
color: #40DDBE;
}
</style>
background-color css
<style>
a { background-color: #40DDBE; }
a { background-color: rgb(64,221,190); }
div.DivClassName
{
background-color: #40DDBE;
}
.BgClassName
{
background-color: #40DDBE;
}
</style>
border-color css
<style>
span { border-color: #40DDBE; }
span { border-color: rgb(64,221,190); }
td.TdClassName
{
border-color: #40DDBE;
}
.TagClassName
{
border-color: #40DDBE;
}
</style>