Shades of Turquoise #40FEC5
Tints of Turquoise #40FEC5
RGB
CMYK
RGB Variations
Color information
#40FEC5 (or 0x40FEC5) is known color: Turquoise. HEX triplet: 40, FE and C5. RGB value is (64,254,197). Sum of RGB (Red+Green+Blue) = 64+254+197=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FEC5 is #BF013A. Grayscale: #BEBEBE. Windows color (decimal): -12517691 or 12975680. OLE color: 12975680.
HSL color Cylindrical-coordinate representation of color #40FEC5: hue angle of 162º 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 #40FEC5 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 197 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.00 |
| HSL | 162º | 0.99% | 0.62% | - |
| HSV(B) | 162º | 0.75% | 1% | - |
| XYZ | 47.63 | 76 | 64.98 | - |
| YUV | 190.69 | 131.55 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 197 | 0.75 | 0 | 0.22 | 0.00 | 162 | 0.99 | 0.62 |
| Hex | 40 | FE | C5 | 4B | 0 | 16 | 0 | A2 | 63 | 3E |
| Octal | 100 | 376 | 305 | 113 | 0 | 26 | 0 | 242 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11000101 | 1001011 | 0 | 10110 | 0 | 10100010 | 1100011 | 111110 |
Color Harmonies of #40FEC5
Complementary color
Monochromatic Colors of #40FEC5
Black with #40FEC5
Text Example
Text Example
White with #40FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEC5; }
p { color: rgb(64,254,197); }
H1.HeaderClassName
{
color: #40FEC5;
}
.AnyTagClassName
{
color: #40FEC5;
}
</style>
background-color css
<style>
a { background-color: #40FEC5; }
a { background-color: rgb(64,254,197); }
div.DivClassName
{
background-color: #40FEC5;
}
.BgClassName
{
background-color: #40FEC5;
}
</style>
border-color css
<style>
span { border-color: #40FEC5; }
span { border-color: rgb(64,254,197); }
td.TdClassName
{
border-color: #40FEC5;
}
.TagClassName
{
border-color: #40FEC5;
}
</style>