Shades of Turquoise #40F9BA
Tints of Turquoise #40F9BA
RGB
CMYK
RGB Variations
Color information
#40F9BA (or 0x40F9BA) is known color: Turquoise. HEX triplet: 40, F9 and BA. RGB value is (64,249,186). Sum of RGB (Red+Green+Blue) = 64+249+186=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #40F9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F9BA is #BF0645. Grayscale: #BABABA. Windows color (decimal): -12518982 or 12253504. OLE color: 12253504.
HSL color Cylindrical-coordinate representation of color #40F9BA: hue angle of 159.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F9BA is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 186 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.02 |
| HSL | 159.57º | 0.94% | 0.61% | - |
| HSV(B) | 159.57º | 0.74% | 0.98% | - |
| XYZ | 44.85 | 72.39 | 58.06 | - |
| YUV | 186.5 | 127.71 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 186 | 0.74 | 0 | 0.25 | 0.02 | 159.57 | 0.94 | 0.61 |
| Hex | 40 | F9 | BA | 4A | 0 | 19 | 2 | A0 | 5E | 3D |
| Octal | 100 | 371 | 272 | 112 | 0 | 31 | 2 | 240 | 136 | 75 |
| Binary | 1000000 | 11111001 | 10111010 | 1001010 | 0 | 11001 | 10 | 10100000 | 1011110 | 111101 |
Color Harmonies of #40F9BA
Complementary color
Monochromatic Colors of #40F9BA
Black with #40F9BA
Text Example
Text Example
White with #40F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F9BA; }
p { color: rgb(64,249,186); }
H1.HeaderClassName
{
color: #40F9BA;
}
.AnyTagClassName
{
color: #40F9BA;
}
</style>
background-color css
<style>
a { background-color: #40F9BA; }
a { background-color: rgb(64,249,186); }
div.DivClassName
{
background-color: #40F9BA;
}
.BgClassName
{
background-color: #40F9BA;
}
</style>
border-color css
<style>
span { border-color: #40F9BA; }
span { border-color: rgb(64,249,186); }
td.TdClassName
{
border-color: #40F9BA;
}
.TagClassName
{
border-color: #40F9BA;
}
</style>