Shades of Turquoise #40EFC0
Tints of Turquoise #40EFC0
RGB
CMYK
RGB Variations
Color information
#40EFC0 (or 0x40EFC0) is known color: Turquoise. HEX triplet: 40, EF and C0. RGB value is (64,239,192). Sum of RGB (Red+Green+Blue) = 64+239+192=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFC0 is #BF103F. Grayscale: #B5B5B5. Windows color (decimal): -12521536 or 12644160. OLE color: 12644160.
HSL color Cylindrical-coordinate representation of color #40EFC0: hue angle of 163.89º 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 #40EFC0 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 192 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.06 |
| HSL | 163.89º | 0.85% | 0.59% | - |
| HSV(B) | 163.89º | 0.73% | 0.94% | - |
| XYZ | 42.5 | 66.63 | 60.49 | - |
| YUV | 181.32 | 134.02 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 192 | 0.73 | 0 | 0.20 | 0.06 | 163.89 | 0.85 | 0.59 |
| Hex | 40 | EF | C0 | 49 | 0 | 14 | 6 | A4 | 55 | 3B |
| Octal | 100 | 357 | 300 | 111 | 0 | 24 | 6 | 244 | 125 | 73 |
| Binary | 1000000 | 11101111 | 11000000 | 1001001 | 0 | 10100 | 110 | 10100100 | 1010101 | 111011 |
Color Harmonies of #40EFC0
Complementary color
Monochromatic Colors of #40EFC0
Black with #40EFC0
Text Example
Text Example
White with #40EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFC0; }
p { color: rgb(64,239,192); }
H1.HeaderClassName
{
color: #40EFC0;
}
.AnyTagClassName
{
color: #40EFC0;
}
</style>
background-color css
<style>
a { background-color: #40EFC0; }
a { background-color: rgb(64,239,192); }
div.DivClassName
{
background-color: #40EFC0;
}
.BgClassName
{
background-color: #40EFC0;
}
</style>
border-color css
<style>
span { border-color: #40EFC0; }
span { border-color: rgb(64,239,192); }
td.TdClassName
{
border-color: #40EFC0;
}
.TagClassName
{
border-color: #40EFC0;
}
</style>