Shades of Turquoise #40FEB5
Tints of Turquoise #40FEB5
RGB
CMYK
RGB Variations
Color information
#40FEB5 (or 0x40FEB5) is known color: Turquoise. HEX triplet: 40, FE and B5. RGB value is (64,254,181). Sum of RGB (Red+Green+Blue) = 64+254+181=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FEB5 is #BF014A. Grayscale: #BCBCBC. Windows color (decimal): -12517707 or 11927104. OLE color: 11927104.
HSL color Cylindrical-coordinate representation of color #40FEB5: hue angle of 156.95º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FEB5 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 181 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.00 |
| HSL | 156.95º | 0.99% | 0.62% | - |
| HSV(B) | 156.95º | 0.75% | 1% | - |
| XYZ | 45.9 | 75.31 | 55.83 | - |
| YUV | 188.87 | 123.55 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 181 | 0.75 | 0 | 0.29 | 0.00 | 156.95 | 0.99 | 0.62 |
| Hex | 40 | FE | B5 | 4B | 0 | 1D | 0 | 9D | 63 | 3E |
| Octal | 100 | 376 | 265 | 113 | 0 | 35 | 0 | 235 | 143 | 76 |
| Binary | 1000000 | 11111110 | 10110101 | 1001011 | 0 | 11101 | 0 | 10011101 | 1100011 | 111110 |
Color Harmonies of #40FEB5
Complementary color
Monochromatic Colors of #40FEB5
Black with #40FEB5
Text Example
Text Example
White with #40FEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEB5; }
p { color: rgb(64,254,181); }
H1.HeaderClassName
{
color: #40FEB5;
}
.AnyTagClassName
{
color: #40FEB5;
}
</style>
background-color css
<style>
a { background-color: #40FEB5; }
a { background-color: rgb(64,254,181); }
div.DivClassName
{
background-color: #40FEB5;
}
.BgClassName
{
background-color: #40FEB5;
}
</style>
border-color css
<style>
span { border-color: #40FEB5; }
span { border-color: rgb(64,254,181); }
td.TdClassName
{
border-color: #40FEB5;
}
.TagClassName
{
border-color: #40FEB5;
}
</style>