Shades of Turquoise #40EFC2
Tints of Turquoise #40EFC2
RGB
CMYK
RGB Variations
Color information
#40EFC2 (or 0x40EFC2) is known color: Turquoise. HEX triplet: 40, EF and C2. RGB value is (64,239,194). Sum of RGB (Red+Green+Blue) = 64+239+194=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFC2 is #BF103D. Grayscale: #B5B5B5. Windows color (decimal): -12521534 or 12775232. OLE color: 12775232.
HSL color Cylindrical-coordinate representation of color #40EFC2: hue angle of 164.57º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EFC2 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 194 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.06 |
| HSL | 164.57º | 0.85% | 0.59% | - |
| HSV(B) | 164.57º | 0.73% | 0.94% | - |
| XYZ | 42.72 | 66.72 | 61.67 | - |
| YUV | 181.55 | 135.02 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 194 | 0.73 | 0 | 0.19 | 0.06 | 164.57 | 0.85 | 0.59 |
| Hex | 40 | EF | C2 | 49 | 0 | 13 | 6 | A5 | 55 | 3B |
| Octal | 100 | 357 | 302 | 111 | 0 | 23 | 6 | 245 | 125 | 73 |
| Binary | 1000000 | 11101111 | 11000010 | 1001001 | 0 | 10011 | 110 | 10100101 | 1010101 | 111011 |
Color Harmonies of #40EFC2
Complementary color
Monochromatic Colors of #40EFC2
Black with #40EFC2
Text Example
Text Example
White with #40EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFC2; }
p { color: rgb(64,239,194); }
H1.HeaderClassName
{
color: #40EFC2;
}
.AnyTagClassName
{
color: #40EFC2;
}
</style>
background-color css
<style>
a { background-color: #40EFC2; }
a { background-color: rgb(64,239,194); }
div.DivClassName
{
background-color: #40EFC2;
}
.BgClassName
{
background-color: #40EFC2;
}
</style>
border-color css
<style>
span { border-color: #40EFC2; }
span { border-color: rgb(64,239,194); }
td.TdClassName
{
border-color: #40EFC2;
}
.TagClassName
{
border-color: #40EFC2;
}
</style>