Shades of Turquoise #40FEE1
Tints of Turquoise #40FEE1
RGB
CMYK
RGB Variations
Color information
#40FEE1 (or 0x40FEE1) is known color: Turquoise. HEX triplet: 40, FE and E1. RGB value is (64,254,225). Sum of RGB (Red+Green+Blue) = 64+254+225=543 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.79% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FEE1 is #BF011E. Grayscale: #C1C1C1. Windows color (decimal): -12517663 or 14810688. OLE color: 14810688.
HSL color Cylindrical-coordinate representation of color #40FEE1: hue angle of 170.84º 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 #40FEE1 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 225 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.00 |
| HSL | 170.84º | 0.99% | 0.62% | - |
| HSV(B) | 170.84º | 0.75% | 1% | - |
| XYZ | 51.15 | 77.41 | 83.48 | - |
| YUV | 193.88 | 145.55 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 225 | 0.75 | 0 | 0.11 | 0.00 | 170.84 | 0.99 | 0.62 |
| Hex | 40 | FE | E1 | 4B | 0 | B | 0 | AB | 63 | 3E |
| Octal | 100 | 376 | 341 | 113 | 0 | 13 | 0 | 253 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11100001 | 1001011 | 0 | 1011 | 0 | 10101011 | 1100011 | 111110 |
Color Harmonies of #40FEE1
Complementary color
Monochromatic Colors of #40FEE1
Black with #40FEE1
Text Example
Text Example
White with #40FEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEE1; }
p { color: rgb(64,254,225); }
H1.HeaderClassName
{
color: #40FEE1;
}
.AnyTagClassName
{
color: #40FEE1;
}
</style>
background-color css
<style>
a { background-color: #40FEE1; }
a { background-color: rgb(64,254,225); }
div.DivClassName
{
background-color: #40FEE1;
}
.BgClassName
{
background-color: #40FEE1;
}
</style>
border-color css
<style>
span { border-color: #40FEE1; }
span { border-color: rgb(64,254,225); }
td.TdClassName
{
border-color: #40FEE1;
}
.TagClassName
{
border-color: #40FEE1;
}
</style>