Shades of Turquoise #40F3B7
Tints of Turquoise #40F3B7
RGB
CMYK
RGB Variations
Color information
#40F3B7 (or 0x40F3B7) is known color: Turquoise. HEX triplet: 40, F3 and B7. RGB value is (64,243,183). Sum of RGB (Red+Green+Blue) = 64+243+183=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #40F3B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F3B7 is #BF0C48. Grayscale: #B6B6B6. Windows color (decimal): -12520521 or 12055360. OLE color: 12055360.
HSL color Cylindrical-coordinate representation of color #40F3B7: hue angle of 159.89º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F3B7 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 183 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.05 |
| HSL | 159.89º | 0.88% | 0.6% | - |
| HSV(B) | 159.89º | 0.74% | 0.95% | - |
| XYZ | 42.71 | 68.61 | 55.79 | - |
| YUV | 182.64 | 128.2 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 183 | 0.74 | 0 | 0.25 | 0.05 | 159.89 | 0.88 | 0.6 |
| Hex | 40 | F3 | B7 | 4A | 0 | 19 | 5 | A0 | 58 | 3C |
| Octal | 100 | 363 | 267 | 112 | 0 | 31 | 5 | 240 | 130 | 74 |
| Binary | 1000000 | 11110011 | 10110111 | 1001010 | 0 | 11001 | 101 | 10100000 | 1011000 | 111100 |
Color Harmonies of #40F3B7
Complementary color
Monochromatic Colors of #40F3B7
Black with #40F3B7
Text Example
Text Example
White with #40F3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F3B7; }
p { color: rgb(64,243,183); }
H1.HeaderClassName
{
color: #40F3B7;
}
.AnyTagClassName
{
color: #40F3B7;
}
</style>
background-color css
<style>
a { background-color: #40F3B7; }
a { background-color: rgb(64,243,183); }
div.DivClassName
{
background-color: #40F3B7;
}
.BgClassName
{
background-color: #40F3B7;
}
</style>
border-color css
<style>
span { border-color: #40F3B7; }
span { border-color: rgb(64,243,183); }
td.TdClassName
{
border-color: #40F3B7;
}
.TagClassName
{
border-color: #40F3B7;
}
</style>