Shades of Turquoise #40FEC1
Tints of Turquoise #40FEC1
RGB
CMYK
RGB Variations
Color information
#40FEC1 (or 0x40FEC1) is known color: Turquoise. HEX triplet: 40, FE and C1. RGB value is (64,254,193). Sum of RGB (Red+Green+Blue) = 64+254+193=511 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.52% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FEC1 is #BF013E. Grayscale: #BEBEBE. Windows color (decimal): -12517695 or 12713536. OLE color: 12713536.
HSL color Cylindrical-coordinate representation of color #40FEC1: hue angle of 160.74º 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 #40FEC1 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 193 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.00 |
| HSL | 160.74º | 0.99% | 0.62% | - |
| HSV(B) | 160.74º | 0.75% | 1% | - |
| XYZ | 47.18 | 75.82 | 62.6 | - |
| YUV | 190.24 | 129.55 | 37.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 193 | 0.75 | 0 | 0.24 | 0.00 | 160.74 | 0.99 | 0.62 |
| Hex | 40 | FE | C1 | 4B | 0 | 18 | 0 | A1 | 63 | 3E |
| Octal | 100 | 376 | 301 | 113 | 0 | 30 | 0 | 241 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11000001 | 1001011 | 0 | 11000 | 0 | 10100001 | 1100011 | 111110 |
Color Harmonies of #40FEC1
Complementary color
Monochromatic Colors of #40FEC1
Black with #40FEC1
Text Example
Text Example
White with #40FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEC1; }
p { color: rgb(64,254,193); }
H1.HeaderClassName
{
color: #40FEC1;
}
.AnyTagClassName
{
color: #40FEC1;
}
</style>
background-color css
<style>
a { background-color: #40FEC1; }
a { background-color: rgb(64,254,193); }
div.DivClassName
{
background-color: #40FEC1;
}
.BgClassName
{
background-color: #40FEC1;
}
</style>
border-color css
<style>
span { border-color: #40FEC1; }
span { border-color: rgb(64,254,193); }
td.TdClassName
{
border-color: #40FEC1;
}
.TagClassName
{
border-color: #40FEC1;
}
</style>