Shades of Turquoise #40D8BE
Tints of Turquoise #40D8BE
RGB
CMYK
RGB Variations
Color information
#40D8BE (or 0x40D8BE) is known color: Turquoise. HEX triplet: 40, D8 and BE. RGB value is (64,216,190). Sum of RGB (Red+Green+Blue) = 64+216+190=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #40D8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D8BE is #BF2741. Grayscale: #A7A7A7. Windows color (decimal): -12527426 or 12507200. OLE color: 12507200.
HSL color Cylindrical-coordinate representation of color #40D8BE: hue angle of 169.74º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D8BE is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 216 | 190 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.15 |
| HSL | 169.74º | 0.66% | 0.55% | - |
| HSV(B) | 169.74º | 0.7% | 0.85% | - |
| XYZ | 35.96 | 53.92 | 57.23 | - |
| YUV | 167.59 | 140.64 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 190 | 0.70 | 0 | 0.12 | 0.15 | 169.74 | 0.66 | 0.55 |
| Hex | 40 | D8 | BE | 46 | 0 | C | F | AA | 42 | 37 |
| Octal | 100 | 330 | 276 | 106 | 0 | 14 | 17 | 252 | 102 | 67 |
| Binary | 1000000 | 11011000 | 10111110 | 1000110 | 0 | 1100 | 1111 | 10101010 | 1000010 | 110111 |
Color Harmonies of #40D8BE
Complementary color
Monochromatic Colors of #40D8BE
Black with #40D8BE
Text Example
Text Example
White with #40D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D8BE; }
p { color: rgb(64,216,190); }
H1.HeaderClassName
{
color: #40D8BE;
}
.AnyTagClassName
{
color: #40D8BE;
}
</style>
background-color css
<style>
a { background-color: #40D8BE; }
a { background-color: rgb(64,216,190); }
div.DivClassName
{
background-color: #40D8BE;
}
.BgClassName
{
background-color: #40D8BE;
}
</style>
border-color css
<style>
span { border-color: #40D8BE; }
span { border-color: rgb(64,216,190); }
td.TdClassName
{
border-color: #40D8BE;
}
.TagClassName
{
border-color: #40D8BE;
}
</style>