Shades of Turquoise #40FEDB
Tints of Turquoise #40FEDB
RGB
CMYK
RGB Variations
Color information
#40FEDB (or 0x40FEDB) is known color: Turquoise. HEX triplet: 40, FE and DB. RGB value is (64,254,219). Sum of RGB (Red+Green+Blue) = 64+254+219=537 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.92% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FEDB is #BF0124. Grayscale: #C1C1C1. Windows color (decimal): -12517669 or 14417472. OLE color: 14417472.
HSL color Cylindrical-coordinate representation of color #40FEDB: hue angle of 168.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 #40FEDB is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 219 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.00 |
| HSL | 168.95º | 0.99% | 0.62% | - |
| HSV(B) | 168.95º | 0.75% | 1% | - |
| XYZ | 50.34 | 77.09 | 79.24 | - |
| YUV | 193.2 | 142.55 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 219 | 0.75 | 0 | 0.14 | 0.00 | 168.95 | 0.99 | 0.62 |
| Hex | 40 | FE | DB | 4B | 0 | E | 0 | A9 | 63 | 3E |
| Octal | 100 | 376 | 333 | 113 | 0 | 16 | 0 | 251 | 143 | 76 |
| Binary | 1000000 | 11111110 | 11011011 | 1001011 | 0 | 1110 | 0 | 10101001 | 1100011 | 111110 |
Color Harmonies of #40FEDB
Complementary color
Monochromatic Colors of #40FEDB
Black with #40FEDB
Text Example
Text Example
White with #40FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEDB; }
p { color: rgb(64,254,219); }
H1.HeaderClassName
{
color: #40FEDB;
}
.AnyTagClassName
{
color: #40FEDB;
}
</style>
background-color css
<style>
a { background-color: #40FEDB; }
a { background-color: rgb(64,254,219); }
div.DivClassName
{
background-color: #40FEDB;
}
.BgClassName
{
background-color: #40FEDB;
}
</style>
border-color css
<style>
span { border-color: #40FEDB; }
span { border-color: rgb(64,254,219); }
td.TdClassName
{
border-color: #40FEDB;
}
.TagClassName
{
border-color: #40FEDB;
}
</style>