Shades of Turquoise #40ECC1
Tints of Turquoise #40ECC1
RGB
CMYK
RGB Variations
Color information
#40ECC1 (or 0x40ECC1) is known color: Turquoise. HEX triplet: 40, EC and C1. RGB value is (64,236,193). Sum of RGB (Red+Green+Blue) = 64+236+193=493 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.98% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECC1 is #BF133E. Grayscale: #B3B3B3. Windows color (decimal): -12522303 or 12708928. OLE color: 12708928.
HSL color Cylindrical-coordinate representation of color #40ECC1: hue angle of 165º 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 #40ECC1 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 193 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.07 |
| HSL | 165º | 0.82% | 0.59% | - |
| HSV(B) | 165º | 0.73% | 0.93% | - |
| XYZ | 41.74 | 64.93 | 60.79 | - |
| YUV | 179.67 | 135.52 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 193 | 0.73 | 0 | 0.18 | 0.07 | 165 | 0.82 | 0.59 |
| Hex | 40 | EC | C1 | 49 | 0 | 12 | 7 | A5 | 52 | 3B |
| Octal | 100 | 354 | 301 | 111 | 0 | 22 | 7 | 245 | 122 | 73 |
| Binary | 1000000 | 11101100 | 11000001 | 1001001 | 0 | 10010 | 111 | 10100101 | 1010010 | 111011 |
Color Harmonies of #40ECC1
Complementary color
Monochromatic Colors of #40ECC1
Black with #40ECC1
Text Example
Text Example
White with #40ECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECC1; }
p { color: rgb(64,236,193); }
H1.HeaderClassName
{
color: #40ECC1;
}
.AnyTagClassName
{
color: #40ECC1;
}
</style>
background-color css
<style>
a { background-color: #40ECC1; }
a { background-color: rgb(64,236,193); }
div.DivClassName
{
background-color: #40ECC1;
}
.BgClassName
{
background-color: #40ECC1;
}
</style>
border-color css
<style>
span { border-color: #40ECC1; }
span { border-color: rgb(64,236,193); }
td.TdClassName
{
border-color: #40ECC1;
}
.TagClassName
{
border-color: #40ECC1;
}
</style>