Shades of Turquoise #40FDC6
Tints of Turquoise #40FDC6
RGB
CMYK
RGB Variations
Color information
#40FDC6 (or 0x40FDC6) is known color: Turquoise. HEX triplet: 40, FD and C6. RGB value is (64,253,198). Sum of RGB (Red+Green+Blue) = 64+253+198=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FDC6 is #BF0239. Grayscale: #BEBEBE. Windows color (decimal): -12517946 or 13040960. OLE color: 13040960.
HSL color Cylindrical-coordinate representation of color #40FDC6: hue angle of 162.54º 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 #40FDC6 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 198 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.01 |
| HSL | 162.54º | 0.98% | 0.62% | - |
| HSV(B) | 162.54º | 0.75% | 0.99% | - |
| XYZ | 47.43 | 75.42 | 65.48 | - |
| YUV | 190.22 | 132.38 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 198 | 0.75 | 0 | 0.22 | 0.01 | 162.54 | 0.98 | 0.62 |
| Hex | 40 | FD | C6 | 4B | 0 | 16 | 1 | A3 | 62 | 3E |
| Octal | 100 | 375 | 306 | 113 | 0 | 26 | 1 | 243 | 142 | 76 |
| Binary | 1000000 | 11111101 | 11000110 | 1001011 | 0 | 10110 | 1 | 10100011 | 1100010 | 111110 |
Color Harmonies of #40FDC6
Complementary color
Monochromatic Colors of #40FDC6
Black with #40FDC6
Text Example
Text Example
White with #40FDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDC6; }
p { color: rgb(64,253,198); }
H1.HeaderClassName
{
color: #40FDC6;
}
.AnyTagClassName
{
color: #40FDC6;
}
</style>
background-color css
<style>
a { background-color: #40FDC6; }
a { background-color: rgb(64,253,198); }
div.DivClassName
{
background-color: #40FDC6;
}
.BgClassName
{
background-color: #40FDC6;
}
</style>
border-color css
<style>
span { border-color: #40FDC6; }
span { border-color: rgb(64,253,198); }
td.TdClassName
{
border-color: #40FDC6;
}
.TagClassName
{
border-color: #40FDC6;
}
</style>