Shades of Turquoise #40EAC2
Tints of Turquoise #40EAC2
RGB
CMYK
RGB Variations
Color information
#40EAC2 (or 0x40EAC2) is known color: Turquoise. HEX triplet: 40, EA and C2. RGB value is (64,234,194). Sum of RGB (Red+Green+Blue) = 64+234+194=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #40EAC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EAC2 is #BF153D. Grayscale: #B2B2B2. Windows color (decimal): -12522814 or 12773952. OLE color: 12773952.
HSL color Cylindrical-coordinate representation of color #40EAC2: hue angle of 165.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EAC2 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 194 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.08 |
| HSL | 165.88º | 0.8% | 0.58% | - |
| HSV(B) | 165.88º | 0.73% | 0.92% | - |
| XYZ | 41.27 | 63.83 | 61.18 | - |
| YUV | 178.61 | 136.68 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 194 | 0.73 | 0 | 0.17 | 0.08 | 165.88 | 0.8 | 0.58 |
| Hex | 40 | EA | C2 | 49 | 0 | 11 | 8 | A6 | 50 | 3A |
| Octal | 100 | 352 | 302 | 111 | 0 | 21 | 10 | 246 | 120 | 72 |
| Binary | 1000000 | 11101010 | 11000010 | 1001001 | 0 | 10001 | 1000 | 10100110 | 1010000 | 111010 |
Color Harmonies of #40EAC2
Complementary color
Monochromatic Colors of #40EAC2
Black with #40EAC2
Text Example
Text Example
White with #40EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EAC2; }
p { color: rgb(64,234,194); }
H1.HeaderClassName
{
color: #40EAC2;
}
.AnyTagClassName
{
color: #40EAC2;
}
</style>
background-color css
<style>
a { background-color: #40EAC2; }
a { background-color: rgb(64,234,194); }
div.DivClassName
{
background-color: #40EAC2;
}
.BgClassName
{
background-color: #40EAC2;
}
</style>
border-color css
<style>
span { border-color: #40EAC2; }
span { border-color: rgb(64,234,194); }
td.TdClassName
{
border-color: #40EAC2;
}
.TagClassName
{
border-color: #40EAC2;
}
</style>