Shades of Turquoise #40F5BE
Tints of Turquoise #40F5BE
RGB
CMYK
RGB Variations
Color information
#40F5BE (or 0x40F5BE) is known color: Turquoise. HEX triplet: 40, F5 and BE. RGB value is (64,245,190). Sum of RGB (Red+Green+Blue) = 64+245+190=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #40F5BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F5BE is #BF0A41. Grayscale: #B8B8B8. Windows color (decimal): -12520002 or 12514624. OLE color: 12514624.
HSL color Cylindrical-coordinate representation of color #40F5BE: hue angle of 161.77º 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 #40F5BE is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 245 | 190 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.04 |
| HSL | 161.77º | 0.9% | 0.61% | - |
| HSV(B) | 161.77º | 0.74% | 0.96% | - |
| XYZ | 44.06 | 70.11 | 59.93 | - |
| YUV | 184.61 | 131.03 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 245 | 190 | 0.74 | 0 | 0.22 | 0.04 | 161.77 | 0.9 | 0.61 |
| Hex | 40 | F5 | BE | 4A | 0 | 16 | 4 | A2 | 5A | 3D |
| Octal | 100 | 365 | 276 | 112 | 0 | 26 | 4 | 242 | 132 | 75 |
| Binary | 1000000 | 11110101 | 10111110 | 1001010 | 0 | 10110 | 100 | 10100010 | 1011010 | 111101 |
Color Harmonies of #40F5BE
Complementary color
Monochromatic Colors of #40F5BE
Black with #40F5BE
Text Example
Text Example
White with #40F5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F5BE; }
p { color: rgb(64,245,190); }
H1.HeaderClassName
{
color: #40F5BE;
}
.AnyTagClassName
{
color: #40F5BE;
}
</style>
background-color css
<style>
a { background-color: #40F5BE; }
a { background-color: rgb(64,245,190); }
div.DivClassName
{
background-color: #40F5BE;
}
.BgClassName
{
background-color: #40F5BE;
}
</style>
border-color css
<style>
span { border-color: #40F5BE; }
span { border-color: rgb(64,245,190); }
td.TdClassName
{
border-color: #40F5BE;
}
.TagClassName
{
border-color: #40F5BE;
}
</style>