Shades of Turquoise #40E0C5
Tints of Turquoise #40E0C5
RGB
CMYK
RGB Variations
Color information
#40E0C5 (or 0x40E0C5) is known color: Turquoise. HEX triplet: 40, E0 and C5. RGB value is (64,224,197). Sum of RGB (Red+Green+Blue) = 64+224+197=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #40E0C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E0C5 is #BF1F3A. Grayscale: #ADADAD. Windows color (decimal): -12525371 or 12968000. OLE color: 12968000.
HSL color Cylindrical-coordinate representation of color #40E0C5: hue angle of 169.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E0C5 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 197 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.12 |
| HSL | 169.88º | 0.72% | 0.56% | - |
| HSV(B) | 169.88º | 0.71% | 0.88% | - |
| XYZ | 38.85 | 58.43 | 62.05 | - |
| YUV | 173.08 | 141.49 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 197 | 0.71 | 0 | 0.12 | 0.12 | 169.88 | 0.72 | 0.56 |
| Hex | 40 | E0 | C5 | 47 | 0 | C | C | AA | 48 | 38 |
| Octal | 100 | 340 | 305 | 107 | 0 | 14 | 14 | 252 | 110 | 70 |
| Binary | 1000000 | 11100000 | 11000101 | 1000111 | 0 | 1100 | 1100 | 10101010 | 1001000 | 111000 |
Color Harmonies of #40E0C5
Complementary color
Monochromatic Colors of #40E0C5
Black with #40E0C5
Text Example
Text Example
White with #40E0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E0C5; }
p { color: rgb(64,224,197); }
H1.HeaderClassName
{
color: #40E0C5;
}
.AnyTagClassName
{
color: #40E0C5;
}
</style>
background-color css
<style>
a { background-color: #40E0C5; }
a { background-color: rgb(64,224,197); }
div.DivClassName
{
background-color: #40E0C5;
}
.BgClassName
{
background-color: #40E0C5;
}
</style>
border-color css
<style>
span { border-color: #40E0C5; }
span { border-color: rgb(64,224,197); }
td.TdClassName
{
border-color: #40E0C5;
}
.TagClassName
{
border-color: #40E0C5;
}
</style>