Shades of Turquoise #40FABC
Tints of Turquoise #40FABC
RGB
CMYK
RGB Variations
Color information
#40FABC (or 0x40FABC) is known color: Turquoise. HEX triplet: 40, FA and BC. RGB value is (64,250,188). Sum of RGB (Red+Green+Blue) = 64+250+188=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #40FABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FABC is #BF0543. Grayscale: #BBBBBB. Windows color (decimal): -12518724 or 12384832. OLE color: 12384832.
HSL color Cylindrical-coordinate representation of color #40FABC: hue angle of 160º 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 #40FABC is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 188 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.02 |
| HSL | 160º | 0.95% | 0.62% | - |
| HSV(B) | 160º | 0.74% | 0.98% | - |
| XYZ | 45.38 | 73.09 | 59.29 | - |
| YUV | 187.32 | 128.38 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 188 | 0.74 | 0 | 0.25 | 0.02 | 160 | 0.95 | 0.62 |
| Hex | 40 | FA | BC | 4A | 0 | 19 | 2 | A0 | 5F | 3E |
| Octal | 100 | 372 | 274 | 112 | 0 | 31 | 2 | 240 | 137 | 76 |
| Binary | 1000000 | 11111010 | 10111100 | 1001010 | 0 | 11001 | 10 | 10100000 | 1011111 | 111110 |
Color Harmonies of #40FABC
Complementary color
Monochromatic Colors of #40FABC
Black with #40FABC
Text Example
Text Example
White with #40FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FABC; }
p { color: rgb(64,250,188); }
H1.HeaderClassName
{
color: #40FABC;
}
.AnyTagClassName
{
color: #40FABC;
}
</style>
background-color css
<style>
a { background-color: #40FABC; }
a { background-color: rgb(64,250,188); }
div.DivClassName
{
background-color: #40FABC;
}
.BgClassName
{
background-color: #40FABC;
}
</style>
border-color css
<style>
span { border-color: #40FABC; }
span { border-color: rgb(64,250,188); }
td.TdClassName
{
border-color: #40FABC;
}
.TagClassName
{
border-color: #40FABC;
}
</style>