Shades of Turquoise #40F5E1
Tints of Turquoise #40F5E1
RGB
CMYK
RGB Variations
Color information
#40F5E1 (or 0x40F5E1) is known color: Turquoise. HEX triplet: 40, F5 and E1. RGB value is (64,245,225). Sum of RGB (Red+Green+Blue) = 64+245+225=534 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.99% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #40F5E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F5E1 is #BF0A1E. Grayscale: #BCBCBC. Windows color (decimal): -12519967 or 14808384. OLE color: 14808384.
HSL color Cylindrical-coordinate representation of color #40F5E1: hue angle of 173.37º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F5E1 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 245 | 225 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.04 |
| HSL | 173.37º | 0.9% | 0.61% | - |
| HSV(B) | 173.37º | 0.74% | 0.96% | - |
| XYZ | 48.36 | 71.83 | 82.55 | - |
| YUV | 188.6 | 148.53 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 245 | 225 | 0.74 | 0 | 0.08 | 0.04 | 173.37 | 0.9 | 0.61 |
| Hex | 40 | F5 | E1 | 4A | 0 | 8 | 4 | AD | 5A | 3D |
| Octal | 100 | 365 | 341 | 112 | 0 | 10 | 4 | 255 | 132 | 75 |
| Binary | 1000000 | 11110101 | 11100001 | 1001010 | 0 | 1000 | 100 | 10101101 | 1011010 | 111101 |
Color Harmonies of #40F5E1
Complementary color
Monochromatic Colors of #40F5E1
Black with #40F5E1
Text Example
Text Example
White with #40F5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F5E1; }
p { color: rgb(64,245,225); }
H1.HeaderClassName
{
color: #40F5E1;
}
.AnyTagClassName
{
color: #40F5E1;
}
</style>
background-color css
<style>
a { background-color: #40F5E1; }
a { background-color: rgb(64,245,225); }
div.DivClassName
{
background-color: #40F5E1;
}
.BgClassName
{
background-color: #40F5E1;
}
</style>
border-color css
<style>
span { border-color: #40F5E1; }
span { border-color: rgb(64,245,225); }
td.TdClassName
{
border-color: #40F5E1;
}
.TagClassName
{
border-color: #40F5E1;
}
</style>