Shades of Turquoise #40FDBA
Tints of Turquoise #40FDBA
RGB
CMYK
RGB Variations
Color information
#40FDBA (or 0x40FDBA) is known color: Turquoise. HEX triplet: 40, FD and BA. RGB value is (64,253,186). Sum of RGB (Red+Green+Blue) = 64+253+186=503 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.72% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FDBA is #BF0245. Grayscale: #BCBCBC. Windows color (decimal): -12517958 or 12254528. OLE color: 12254528.
HSL color Cylindrical-coordinate representation of color #40FDBA: hue angle of 158.73º 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 #40FDBA is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 186 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.01 |
| HSL | 158.73º | 0.98% | 0.62% | - |
| HSV(B) | 158.73º | 0.75% | 0.99% | - |
| XYZ | 46.1 | 74.89 | 58.48 | - |
| YUV | 188.85 | 126.38 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 186 | 0.75 | 0 | 0.26 | 0.01 | 158.73 | 0.98 | 0.62 |
| Hex | 40 | FD | BA | 4B | 0 | 1A | 1 | 9F | 62 | 3E |
| Octal | 100 | 375 | 272 | 113 | 0 | 32 | 1 | 237 | 142 | 76 |
| Binary | 1000000 | 11111101 | 10111010 | 1001011 | 0 | 11010 | 1 | 10011111 | 1100010 | 111110 |
Color Harmonies of #40FDBA
Complementary color
Monochromatic Colors of #40FDBA
Black with #40FDBA
Text Example
Text Example
White with #40FDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDBA; }
p { color: rgb(64,253,186); }
H1.HeaderClassName
{
color: #40FDBA;
}
.AnyTagClassName
{
color: #40FDBA;
}
</style>
background-color css
<style>
a { background-color: #40FDBA; }
a { background-color: rgb(64,253,186); }
div.DivClassName
{
background-color: #40FDBA;
}
.BgClassName
{
background-color: #40FDBA;
}
</style>
border-color css
<style>
span { border-color: #40FDBA; }
span { border-color: rgb(64,253,186); }
td.TdClassName
{
border-color: #40FDBA;
}
.TagClassName
{
border-color: #40FDBA;
}
</style>