Shades of Turquoise #40E7E1
Tints of Turquoise #40E7E1
RGB
CMYK
RGB Variations
Color information
#40E7E1 (or 0x40E7E1) is known color: Turquoise. HEX triplet: 40, E7 and E1. RGB value is (64,231,225). Sum of RGB (Red+Green+Blue) = 64+231+225=520 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.31% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7E1 is #BF181E. Grayscale: #B4B4B4. Windows color (decimal): -12523551 or 14804800. OLE color: 14804800.
HSL color Cylindrical-coordinate representation of color #40E7E1: hue angle of 177.84º 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 #40E7E1 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 225 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.09 |
| HSL | 177.84º | 0.78% | 0.58% | - |
| HSV(B) | 177.84º | 0.72% | 0.91% | - |
| XYZ | 44.28 | 63.68 | 81.19 | - |
| YUV | 180.38 | 153.17 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 225 | 0.72 | 0 | 0.03 | 0.09 | 177.84 | 0.78 | 0.58 |
| Hex | 40 | E7 | E1 | 48 | 0 | 3 | 9 | B2 | 4E | 3A |
| Octal | 100 | 347 | 341 | 110 | 0 | 3 | 11 | 262 | 116 | 72 |
| Binary | 1000000 | 11100111 | 11100001 | 1001000 | 0 | 11 | 1001 | 10110010 | 1001110 | 111010 |
Color Harmonies of #40E7E1
Complementary color
Monochromatic Colors of #40E7E1
Black with #40E7E1
Text Example
Text Example
White with #40E7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E7E1; }
p { color: rgb(64,231,225); }
H1.HeaderClassName
{
color: #40E7E1;
}
.AnyTagClassName
{
color: #40E7E1;
}
</style>
background-color css
<style>
a { background-color: #40E7E1; }
a { background-color: rgb(64,231,225); }
div.DivClassName
{
background-color: #40E7E1;
}
.BgClassName
{
background-color: #40E7E1;
}
</style>
border-color css
<style>
span { border-color: #40E7E1; }
span { border-color: rgb(64,231,225); }
td.TdClassName
{
border-color: #40E7E1;
}
.TagClassName
{
border-color: #40E7E1;
}
</style>