Shades of Turquoise #40FADB
Tints of Turquoise #40FADB
RGB
CMYK
RGB Variations
Color information
#40FADB (or 0x40FADB) is known color: Turquoise. HEX triplet: 40, FA and DB. RGB value is (64,250,219). Sum of RGB (Red+Green+Blue) = 64+250+219=533 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.01% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #40FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FADB is #BF0524. Grayscale: #BEBEBE. Windows color (decimal): -12518693 or 14416448. OLE color: 14416448.
HSL color Cylindrical-coordinate representation of color #40FADB: hue angle of 170º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40FADB is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 219 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.02 |
| HSL | 170º | 0.95% | 0.62% | - |
| HSV(B) | 170º | 0.74% | 0.98% | - |
| XYZ | 49.09 | 74.58 | 78.83 | - |
| YUV | 190.85 | 143.88 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 219 | 0.74 | 0 | 0.12 | 0.02 | 170 | 0.95 | 0.62 |
| Hex | 40 | FA | DB | 4A | 0 | C | 2 | AA | 5F | 3E |
| Octal | 100 | 372 | 333 | 112 | 0 | 14 | 2 | 252 | 137 | 76 |
| Binary | 1000000 | 11111010 | 11011011 | 1001010 | 0 | 1100 | 10 | 10101010 | 1011111 | 111110 |
Color Harmonies of #40FADB
Complementary color
Monochromatic Colors of #40FADB
Black with #40FADB
Text Example
Text Example
White with #40FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FADB; }
p { color: rgb(64,250,219); }
H1.HeaderClassName
{
color: #40FADB;
}
.AnyTagClassName
{
color: #40FADB;
}
</style>
background-color css
<style>
a { background-color: #40FADB; }
a { background-color: rgb(64,250,219); }
div.DivClassName
{
background-color: #40FADB;
}
.BgClassName
{
background-color: #40FADB;
}
</style>
border-color css
<style>
span { border-color: #40FADB; }
span { border-color: rgb(64,250,219); }
td.TdClassName
{
border-color: #40FADB;
}
.TagClassName
{
border-color: #40FADB;
}
</style>