Shades of Turquoise #40FDBB
Tints of Turquoise #40FDBB
RGB
CMYK
RGB Variations
Color information
#40FDBB (or 0x40FDBB) is known color: Turquoise. HEX triplet: 40, FD and BB. RGB value is (64,253,187). Sum of RGB (Red+Green+Blue) = 64+253+187=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FDBB is #BF0244. Grayscale: #BDBDBD. Windows color (decimal): -12517957 or 12320064. OLE color: 12320064.
HSL color Cylindrical-coordinate representation of color #40FDBB: hue angle of 159.05º 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 #40FDBB is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 187 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.01 |
| HSL | 159.05º | 0.98% | 0.62% | - |
| HSV(B) | 159.05º | 0.75% | 0.99% | - |
| XYZ | 46.21 | 74.93 | 59.04 | - |
| YUV | 188.97 | 126.88 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 187 | 0.75 | 0 | 0.26 | 0.01 | 159.05 | 0.98 | 0.62 |
| Hex | 40 | FD | BB | 4B | 0 | 1A | 1 | 9F | 62 | 3E |
| Octal | 100 | 375 | 273 | 113 | 0 | 32 | 1 | 237 | 142 | 76 |
| Binary | 1000000 | 11111101 | 10111011 | 1001011 | 0 | 11010 | 1 | 10011111 | 1100010 | 111110 |
Color Harmonies of #40FDBB
Complementary color
Monochromatic Colors of #40FDBB
Black with #40FDBB
Text Example
Text Example
White with #40FDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDBB; }
p { color: rgb(64,253,187); }
H1.HeaderClassName
{
color: #40FDBB;
}
.AnyTagClassName
{
color: #40FDBB;
}
</style>
background-color css
<style>
a { background-color: #40FDBB; }
a { background-color: rgb(64,253,187); }
div.DivClassName
{
background-color: #40FDBB;
}
.BgClassName
{
background-color: #40FDBB;
}
</style>
border-color css
<style>
span { border-color: #40FDBB; }
span { border-color: rgb(64,253,187); }
td.TdClassName
{
border-color: #40FDBB;
}
.TagClassName
{
border-color: #40FDBB;
}
</style>