Shades of Turquoise #40FDBC
Tints of Turquoise #40FDBC
RGB
CMYK
RGB Variations
Color information
#40FDBC (or 0x40FDBC) is known color: Turquoise. HEX triplet: 40, FD and BC. RGB value is (64,253,188). Sum of RGB (Red+Green+Blue) = 64+253+188=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FDBC is #BF0243. Grayscale: #BDBDBD. Windows color (decimal): -12517956 or 12385600. OLE color: 12385600.
HSL color Cylindrical-coordinate representation of color #40FDBC: hue angle of 159.37º 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 #40FDBC is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 188 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.01 |
| HSL | 159.37º | 0.98% | 0.62% | - |
| HSV(B) | 159.37º | 0.75% | 0.99% | - |
| XYZ | 46.32 | 74.97 | 59.61 | - |
| YUV | 189.08 | 127.38 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 188 | 0.75 | 0 | 0.26 | 0.01 | 159.37 | 0.98 | 0.62 |
| Hex | 40 | FD | BC | 4B | 0 | 1A | 1 | 9F | 62 | 3E |
| Octal | 100 | 375 | 274 | 113 | 0 | 32 | 1 | 237 | 142 | 76 |
| Binary | 1000000 | 11111101 | 10111100 | 1001011 | 0 | 11010 | 1 | 10011111 | 1100010 | 111110 |
Color Harmonies of #40FDBC
Complementary color
Monochromatic Colors of #40FDBC
Black with #40FDBC
Text Example
Text Example
White with #40FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDBC; }
p { color: rgb(64,253,188); }
H1.HeaderClassName
{
color: #40FDBC;
}
.AnyTagClassName
{
color: #40FDBC;
}
</style>
background-color css
<style>
a { background-color: #40FDBC; }
a { background-color: rgb(64,253,188); }
div.DivClassName
{
background-color: #40FDBC;
}
.BgClassName
{
background-color: #40FDBC;
}
</style>
border-color css
<style>
span { border-color: #40FDBC; }
span { border-color: rgb(64,253,188); }
td.TdClassName
{
border-color: #40FDBC;
}
.TagClassName
{
border-color: #40FDBC;
}
</style>