Shades of Turquoise #40E1EB
Tints of Turquoise #40E1EB
RGB
CMYK
RGB Variations
Color information
#40E1EB (or 0x40E1EB) is known color: Turquoise. HEX triplet: 40, E1 and EB. RGB value is (64,225,235). Sum of RGB (Red+Green+Blue) = 64+225+235=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #40E1EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E1EB is #BF1E14. Grayscale: #B1B1B1. Windows color (decimal): -12525077 or 15458624. OLE color: 15458624.
HSL color Cylindrical-coordinate representation of color #40E1EB: hue angle of 183.51º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E1EB is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 225 | 235 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.08 |
| HSL | 183.51º | 0.81% | 0.59% | - |
| HSV(B) | 183.51º | 0.73% | 0.92% | - |
| XYZ | 44.03 | 60.94 | 88.04 | - |
| YUV | 178 | 160.16 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 235 | 0.73 | 0.04 | 0 | 0.08 | 183.51 | 0.81 | 0.59 |
| Hex | 40 | E1 | EB | 49 | 4 | 0 | 8 | B8 | 51 | 3B |
| Octal | 100 | 341 | 353 | 111 | 4 | 0 | 10 | 270 | 121 | 73 |
| Binary | 1000000 | 11100001 | 11101011 | 1001001 | 100 | 0 | 1000 | 10111000 | 1010001 | 111011 |
Color Harmonies of #40E1EB
Complementary color
Monochromatic Colors of #40E1EB
Black with #40E1EB
Text Example
Text Example
White with #40E1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E1EB; }
p { color: rgb(64,225,235); }
H1.HeaderClassName
{
color: #40E1EB;
}
.AnyTagClassName
{
color: #40E1EB;
}
</style>
background-color css
<style>
a { background-color: #40E1EB; }
a { background-color: rgb(64,225,235); }
div.DivClassName
{
background-color: #40E1EB;
}
.BgClassName
{
background-color: #40E1EB;
}
</style>
border-color css
<style>
span { border-color: #40E1EB; }
span { border-color: rgb(64,225,235); }
td.TdClassName
{
border-color: #40E1EB;
}
.TagClassName
{
border-color: #40E1EB;
}
</style>