Shades of Turquoise #40E7CB
Tints of Turquoise #40E7CB
RGB
CMYK
RGB Variations
Color information
#40E7CB (or 0x40E7CB) is known color: Turquoise. HEX triplet: 40, E7 and CB. RGB value is (64,231,203). Sum of RGB (Red+Green+Blue) = 64+231+203=498 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.85% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7CB is #BF1834. Grayscale: #B1B1B1. Windows color (decimal): -12523573 or 13363008. OLE color: 13363008.
HSL color Cylindrical-coordinate representation of color #40E7CB: hue angle of 169.94º 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 #40E7CB is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 203 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.09 |
| HSL | 169.94º | 0.78% | 0.58% | - |
| HSV(B) | 169.94º | 0.72% | 0.91% | - |
| XYZ | 41.47 | 62.55 | 66.39 | - |
| YUV | 177.88 | 142.17 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 203 | 0.72 | 0 | 0.12 | 0.09 | 169.94 | 0.78 | 0.58 |
| Hex | 40 | E7 | CB | 48 | 0 | C | 9 | AA | 4E | 3A |
| Octal | 100 | 347 | 313 | 110 | 0 | 14 | 11 | 252 | 116 | 72 |
| Binary | 1000000 | 11100111 | 11001011 | 1001000 | 0 | 1100 | 1001 | 10101010 | 1001110 | 111010 |
Color Harmonies of #40E7CB
Complementary color
Monochromatic Colors of #40E7CB
Black with #40E7CB
Text Example
Text Example
White with #40E7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E7CB; }
p { color: rgb(64,231,203); }
H1.HeaderClassName
{
color: #40E7CB;
}
.AnyTagClassName
{
color: #40E7CB;
}
</style>
background-color css
<style>
a { background-color: #40E7CB; }
a { background-color: rgb(64,231,203); }
div.DivClassName
{
background-color: #40E7CB;
}
.BgClassName
{
background-color: #40E7CB;
}
</style>
border-color css
<style>
span { border-color: #40E7CB; }
span { border-color: rgb(64,231,203); }
td.TdClassName
{
border-color: #40E7CB;
}
.TagClassName
{
border-color: #40E7CB;
}
</style>