Shades of Turquoise #40E6CF
Tints of Turquoise #40E6CF
RGB
CMYK
RGB Variations
Color information
#40E6CF (or 0x40E6CF) is known color: Turquoise. HEX triplet: 40, E6 and CF. RGB value is (64,230,207). Sum of RGB (Red+Green+Blue) = 64+230+207=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #40E6CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E6CF is #BF1930. Grayscale: #B1B1B1. Windows color (decimal): -12523825 or 13624896. OLE color: 13624896.
HSL color Cylindrical-coordinate representation of color #40E6CF: hue angle of 171.69º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E6CF is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 230 | 207 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.10 |
| HSL | 171.69º | 0.77% | 0.58% | - |
| HSV(B) | 171.69º | 0.72% | 0.9% | - |
| XYZ | 41.67 | 62.19 | 68.84 | - |
| YUV | 177.74 | 144.5 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 230 | 207 | 0.72 | 0 | 0.10 | 0.10 | 171.69 | 0.77 | 0.58 |
| Hex | 40 | E6 | CF | 48 | 0 | A | A | AC | 4D | 3A |
| Octal | 100 | 346 | 317 | 110 | 0 | 12 | 12 | 254 | 115 | 72 |
| Binary | 1000000 | 11100110 | 11001111 | 1001000 | 0 | 1010 | 1010 | 10101100 | 1001101 | 111010 |
Color Harmonies of #40E6CF
Complementary color
Monochromatic Colors of #40E6CF
Black with #40E6CF
Text Example
Text Example
White with #40E6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E6CF; }
p { color: rgb(64,230,207); }
H1.HeaderClassName
{
color: #40E6CF;
}
.AnyTagClassName
{
color: #40E6CF;
}
</style>
background-color css
<style>
a { background-color: #40E6CF; }
a { background-color: rgb(64,230,207); }
div.DivClassName
{
background-color: #40E6CF;
}
.BgClassName
{
background-color: #40E6CF;
}
</style>
border-color css
<style>
span { border-color: #40E6CF; }
span { border-color: rgb(64,230,207); }
td.TdClassName
{
border-color: #40E6CF;
}
.TagClassName
{
border-color: #40E6CF;
}
</style>