Shades of Turquoise #40F6CF
Tints of Turquoise #40F6CF
RGB
CMYK
RGB Variations
Color information
#40F6CF (or 0x40F6CF) is known color: Turquoise. HEX triplet: 40, F6 and CF. RGB value is (64,246,207). Sum of RGB (Red+Green+Blue) = 64+246+207=517 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.38% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #40F6CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F6CF is #BF0930. Grayscale: #BBBBBB. Windows color (decimal): -12519729 or 13628992. OLE color: 13628992.
HSL color Cylindrical-coordinate representation of color #40F6CF: hue angle of 167.14º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F6CF is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 246 | 207 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.04 |
| HSL | 167.14º | 0.91% | 0.61% | - |
| HSV(B) | 167.14º | 0.74% | 0.96% | - |
| XYZ | 46.33 | 71.51 | 70.39 | - |
| YUV | 187.14 | 139.2 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 246 | 207 | 0.74 | 0 | 0.16 | 0.04 | 167.14 | 0.91 | 0.61 |
| Hex | 40 | F6 | CF | 4A | 0 | 10 | 4 | A7 | 5B | 3D |
| Octal | 100 | 366 | 317 | 112 | 0 | 20 | 4 | 247 | 133 | 75 |
| Binary | 1000000 | 11110110 | 11001111 | 1001010 | 0 | 10000 | 100 | 10100111 | 1011011 | 111101 |
Color Harmonies of #40F6CF
Complementary color
Monochromatic Colors of #40F6CF
Black with #40F6CF
Text Example
Text Example
White with #40F6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F6CF; }
p { color: rgb(64,246,207); }
H1.HeaderClassName
{
color: #40F6CF;
}
.AnyTagClassName
{
color: #40F6CF;
}
</style>
background-color css
<style>
a { background-color: #40F6CF; }
a { background-color: rgb(64,246,207); }
div.DivClassName
{
background-color: #40F6CF;
}
.BgClassName
{
background-color: #40F6CF;
}
</style>
border-color css
<style>
span { border-color: #40F6CF; }
span { border-color: rgb(64,246,207); }
td.TdClassName
{
border-color: #40F6CF;
}
.TagClassName
{
border-color: #40F6CF;
}
</style>