Shades of Turquoise #40F5B2
Tints of Turquoise #40F5B2
RGB
CMYK
RGB Variations
Color information
#40F5B2 (or 0x40F5B2) is known color: Turquoise. HEX triplet: 40, F5 and B2. RGB value is (64,245,178). Sum of RGB (Red+Green+Blue) = 64+245+178=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #40F5B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F5B2 is #BF0A4D. Grayscale: #B7B7B7. Windows color (decimal): -12520014 or 11728192. OLE color: 11728192.
HSL color Cylindrical-coordinate representation of color #40F5B2: hue angle of 157.79º 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 #40F5B2 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 245 | 178 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.04 |
| HSL | 157.79º | 0.9% | 0.61% | - |
| HSV(B) | 157.79º | 0.74% | 0.96% | - |
| XYZ | 42.8 | 69.61 | 53.3 | - |
| YUV | 183.24 | 125.03 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 245 | 178 | 0.74 | 0 | 0.27 | 0.04 | 157.79 | 0.9 | 0.61 |
| Hex | 40 | F5 | B2 | 4A | 0 | 1B | 4 | 9E | 5A | 3D |
| Octal | 100 | 365 | 262 | 112 | 0 | 33 | 4 | 236 | 132 | 75 |
| Binary | 1000000 | 11110101 | 10110010 | 1001010 | 0 | 11011 | 100 | 10011110 | 1011010 | 111101 |
Color Harmonies of #40F5B2
Complementary color
Monochromatic Colors of #40F5B2
Black with #40F5B2
Text Example
Text Example
White with #40F5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F5B2; }
p { color: rgb(64,245,178); }
H1.HeaderClassName
{
color: #40F5B2;
}
.AnyTagClassName
{
color: #40F5B2;
}
</style>
background-color css
<style>
a { background-color: #40F5B2; }
a { background-color: rgb(64,245,178); }
div.DivClassName
{
background-color: #40F5B2;
}
.BgClassName
{
background-color: #40F5B2;
}
</style>
border-color css
<style>
span { border-color: #40F5B2; }
span { border-color: rgb(64,245,178); }
td.TdClassName
{
border-color: #40F5B2;
}
.TagClassName
{
border-color: #40F5B2;
}
</style>