Shades of Turquoise #40E1B3
Tints of Turquoise #40E1B3
RGB
CMYK
RGB Variations
Color information
#40E1B3 (or 0x40E1B3) is known color: Turquoise. HEX triplet: 40, E1 and B3. RGB value is (64,225,179). Sum of RGB (Red+Green+Blue) = 64+225+179=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #40E1B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E1B3 is #BF1E4C. Grayscale: #ABABAB. Windows color (decimal): -12525133 or 11788608. OLE color: 11788608.
HSL color Cylindrical-coordinate representation of color #40E1B3: hue angle of 162.86º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E1B3 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 179 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.12 |
| HSL | 162.86º | 0.73% | 0.57% | - |
| HSV(B) | 162.86º | 0.72% | 0.88% | - |
| XYZ | 37.18 | 58.2 | 51.92 | - |
| YUV | 171.62 | 132.16 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 179 | 0.72 | 0 | 0.20 | 0.12 | 162.86 | 0.73 | 0.57 |
| Hex | 40 | E1 | B3 | 48 | 0 | 14 | C | A3 | 49 | 39 |
| Octal | 100 | 341 | 263 | 110 | 0 | 24 | 14 | 243 | 111 | 71 |
| Binary | 1000000 | 11100001 | 10110011 | 1001000 | 0 | 10100 | 1100 | 10100011 | 1001001 | 111001 |
Color Harmonies of #40E1B3
Complementary color
Monochromatic Colors of #40E1B3
Black with #40E1B3
Text Example
Text Example
White with #40E1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E1B3; }
p { color: rgb(64,225,179); }
H1.HeaderClassName
{
color: #40E1B3;
}
.AnyTagClassName
{
color: #40E1B3;
}
</style>
background-color css
<style>
a { background-color: #40E1B3; }
a { background-color: rgb(64,225,179); }
div.DivClassName
{
background-color: #40E1B3;
}
.BgClassName
{
background-color: #40E1B3;
}
</style>
border-color css
<style>
span { border-color: #40E1B3; }
span { border-color: rgb(64,225,179); }
td.TdClassName
{
border-color: #40E1B3;
}
.TagClassName
{
border-color: #40E1B3;
}
</style>