Shades of Turquoise #40ECC2
Tints of Turquoise #40ECC2
RGB
CMYK
RGB Variations
Color information
#40ECC2 (or 0x40ECC2) is known color: Turquoise. HEX triplet: 40, EC and C2. RGB value is (64,236,194). Sum of RGB (Red+Green+Blue) = 64+236+194=494 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.96% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECC2 is #BF133D. Grayscale: #B3B3B3. Windows color (decimal): -12522302 or 12774464. OLE color: 12774464.
HSL color Cylindrical-coordinate representation of color #40ECC2: hue angle of 165.35º 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 #40ECC2 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 194 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.07 |
| HSL | 165.35º | 0.82% | 0.59% | - |
| HSV(B) | 165.35º | 0.73% | 0.93% | - |
| XYZ | 41.85 | 64.98 | 61.37 | - |
| YUV | 179.78 | 136.02 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 194 | 0.73 | 0 | 0.18 | 0.07 | 165.35 | 0.82 | 0.59 |
| Hex | 40 | EC | C2 | 49 | 0 | 12 | 7 | A5 | 52 | 3B |
| Octal | 100 | 354 | 302 | 111 | 0 | 22 | 7 | 245 | 122 | 73 |
| Binary | 1000000 | 11101100 | 11000010 | 1001001 | 0 | 10010 | 111 | 10100101 | 1010010 | 111011 |
Color Harmonies of #40ECC2
Complementary color
Monochromatic Colors of #40ECC2
Black with #40ECC2
Text Example
Text Example
White with #40ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECC2; }
p { color: rgb(64,236,194); }
H1.HeaderClassName
{
color: #40ECC2;
}
.AnyTagClassName
{
color: #40ECC2;
}
</style>
background-color css
<style>
a { background-color: #40ECC2; }
a { background-color: rgb(64,236,194); }
div.DivClassName
{
background-color: #40ECC2;
}
.BgClassName
{
background-color: #40ECC2;
}
</style>
border-color css
<style>
span { border-color: #40ECC2; }
span { border-color: rgb(64,236,194); }
td.TdClassName
{
border-color: #40ECC2;
}
.TagClassName
{
border-color: #40ECC2;
}
</style>