Shades of Turquoise #40ECCF
Tints of Turquoise #40ECCF
RGB
CMYK
RGB Variations
Color information
#40ECCF (or 0x40ECCF) is known color: Turquoise. HEX triplet: 40, EC and CF. RGB value is (64,236,207). Sum of RGB (Red+Green+Blue) = 64+236+207=507 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.62% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECCF is #BF1330. Grayscale: #B5B5B5. Windows color (decimal): -12522289 or 13626432. OLE color: 13626432.
HSL color Cylindrical-coordinate representation of color #40ECCF: hue angle of 169.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ECCF is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 207 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.07 |
| HSL | 169.88º | 0.82% | 0.59% | - |
| HSV(B) | 169.88º | 0.73% | 0.93% | - |
| XYZ | 43.37 | 65.59 | 69.4 | - |
| YUV | 181.27 | 142.52 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 207 | 0.73 | 0 | 0.12 | 0.07 | 169.88 | 0.82 | 0.59 |
| Hex | 40 | EC | CF | 49 | 0 | C | 7 | AA | 52 | 3B |
| Octal | 100 | 354 | 317 | 111 | 0 | 14 | 7 | 252 | 122 | 73 |
| Binary | 1000000 | 11101100 | 11001111 | 1001001 | 0 | 1100 | 111 | 10101010 | 1010010 | 111011 |
Color Harmonies of #40ECCF
Complementary color
Monochromatic Colors of #40ECCF
Black with #40ECCF
Text Example
Text Example
White with #40ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECCF; }
p { color: rgb(64,236,207); }
H1.HeaderClassName
{
color: #40ECCF;
}
.AnyTagClassName
{
color: #40ECCF;
}
</style>
background-color css
<style>
a { background-color: #40ECCF; }
a { background-color: rgb(64,236,207); }
div.DivClassName
{
background-color: #40ECCF;
}
.BgClassName
{
background-color: #40ECCF;
}
</style>
border-color css
<style>
span { border-color: #40ECCF; }
span { border-color: rgb(64,236,207); }
td.TdClassName
{
border-color: #40ECCF;
}
.TagClassName
{
border-color: #40ECCF;
}
</style>