Shades of Turquoise #40EAC6
Tints of Turquoise #40EAC6
RGB
CMYK
RGB Variations
Color information
#40EAC6 (or 0x40EAC6) is known color: Turquoise. HEX triplet: 40, EA and C6. RGB value is (64,234,198). Sum of RGB (Red+Green+Blue) = 64+234+198=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #40EAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EAC6 is #BF1539. Grayscale: #B3B3B3. Windows color (decimal): -12522810 or 13036096. OLE color: 13036096.
HSL color Cylindrical-coordinate representation of color #40EAC6: hue angle of 167.29º 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 #40EAC6 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 198 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.08 |
| HSL | 167.29º | 0.8% | 0.58% | - |
| HSV(B) | 167.29º | 0.73% | 0.92% | - |
| XYZ | 41.73 | 64.01 | 63.58 | - |
| YUV | 179.07 | 138.68 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 198 | 0.73 | 0 | 0.15 | 0.08 | 167.29 | 0.8 | 0.58 |
| Hex | 40 | EA | C6 | 49 | 0 | F | 8 | A7 | 50 | 3A |
| Octal | 100 | 352 | 306 | 111 | 0 | 17 | 10 | 247 | 120 | 72 |
| Binary | 1000000 | 11101010 | 11000110 | 1001001 | 0 | 1111 | 1000 | 10100111 | 1010000 | 111010 |
Color Harmonies of #40EAC6
Complementary color
Monochromatic Colors of #40EAC6
Black with #40EAC6
Text Example
Text Example
White with #40EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EAC6; }
p { color: rgb(64,234,198); }
H1.HeaderClassName
{
color: #40EAC6;
}
.AnyTagClassName
{
color: #40EAC6;
}
</style>
background-color css
<style>
a { background-color: #40EAC6; }
a { background-color: rgb(64,234,198); }
div.DivClassName
{
background-color: #40EAC6;
}
.BgClassName
{
background-color: #40EAC6;
}
</style>
border-color css
<style>
span { border-color: #40EAC6; }
span { border-color: rgb(64,234,198); }
td.TdClassName
{
border-color: #40EAC6;
}
.TagClassName
{
border-color: #40EAC6;
}
</style>