Shades of Turquoise #40FDBE
Tints of Turquoise #40FDBE
RGB
CMYK
RGB Variations
Color information
#40FDBE (or 0x40FDBE) is known color: Turquoise. HEX triplet: 40, FD and BE. RGB value is (64,253,190). Sum of RGB (Red+Green+Blue) = 64+253+190=507 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.62% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FDBE is #BF0241. Grayscale: #BDBDBD. Windows color (decimal): -12517954 or 12516672. OLE color: 12516672.
HSL color Cylindrical-coordinate representation of color #40FDBE: hue angle of 160º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FDBE is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 190 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.01 |
| HSL | 160º | 0.98% | 0.62% | - |
| HSV(B) | 160º | 0.75% | 0.99% | - |
| XYZ | 46.53 | 75.06 | 60.75 | - |
| YUV | 189.31 | 128.38 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 190 | 0.75 | 0 | 0.25 | 0.01 | 160 | 0.98 | 0.62 |
| Hex | 40 | FD | BE | 4B | 0 | 19 | 1 | A0 | 62 | 3E |
| Octal | 100 | 375 | 276 | 113 | 0 | 31 | 1 | 240 | 142 | 76 |
| Binary | 1000000 | 11111101 | 10111110 | 1001011 | 0 | 11001 | 1 | 10100000 | 1100010 | 111110 |
Color Harmonies of #40FDBE
Complementary color
Monochromatic Colors of #40FDBE
Black with #40FDBE
Text Example
Text Example
White with #40FDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDBE; }
p { color: rgb(64,253,190); }
H1.HeaderClassName
{
color: #40FDBE;
}
.AnyTagClassName
{
color: #40FDBE;
}
</style>
background-color css
<style>
a { background-color: #40FDBE; }
a { background-color: rgb(64,253,190); }
div.DivClassName
{
background-color: #40FDBE;
}
.BgClassName
{
background-color: #40FDBE;
}
</style>
border-color css
<style>
span { border-color: #40FDBE; }
span { border-color: rgb(64,253,190); }
td.TdClassName
{
border-color: #40FDBE;
}
.TagClassName
{
border-color: #40FDBE;
}
</style>