Shades of Turquoise #40E7BD
Tints of Turquoise #40E7BD
RGB
CMYK
RGB Variations
Color information
#40E7BD (or 0x40E7BD) is known color: Turquoise. HEX triplet: 40, E7 and BD. RGB value is (64,231,189). Sum of RGB (Red+Green+Blue) = 64+231+189=484 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.22% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7BD is #BF1842. Grayscale: #B0B0B0. Windows color (decimal): -12523587 or 12445504. OLE color: 12445504.
HSL color Cylindrical-coordinate representation of color #40E7BD: hue angle of 164.91º 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 #40E7BD is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 189 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.09 |
| HSL | 164.91º | 0.78% | 0.58% | - |
| HSV(B) | 164.91º | 0.72% | 0.91% | - |
| XYZ | 39.88 | 61.92 | 57.99 | - |
| YUV | 176.28 | 135.17 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 189 | 0.72 | 0 | 0.18 | 0.09 | 164.91 | 0.78 | 0.58 |
| Hex | 40 | E7 | BD | 48 | 0 | 12 | 9 | A5 | 4E | 3A |
| Octal | 100 | 347 | 275 | 110 | 0 | 22 | 11 | 245 | 116 | 72 |
| Binary | 1000000 | 11100111 | 10111101 | 1001000 | 0 | 10010 | 1001 | 10100101 | 1001110 | 111010 |
Color Harmonies of #40E7BD
Complementary color
Monochromatic Colors of #40E7BD
Black with #40E7BD
Text Example
Text Example
White with #40E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E7BD; }
p { color: rgb(64,231,189); }
H1.HeaderClassName
{
color: #40E7BD;
}
.AnyTagClassName
{
color: #40E7BD;
}
</style>
background-color css
<style>
a { background-color: #40E7BD; }
a { background-color: rgb(64,231,189); }
div.DivClassName
{
background-color: #40E7BD;
}
.BgClassName
{
background-color: #40E7BD;
}
</style>
border-color css
<style>
span { border-color: #40E7BD; }
span { border-color: rgb(64,231,189); }
td.TdClassName
{
border-color: #40E7BD;
}
.TagClassName
{
border-color: #40E7BD;
}
</style>