Shades of Turquoise #40EFAF
Tints of Turquoise #40EFAF
RGB
CMYK
RGB Variations
Color information
#40EFAF (or 0x40EFAF) is known color: Turquoise. HEX triplet: 40, EF and AF. RGB value is (64,239,175). Sum of RGB (Red+Green+Blue) = 64+239+175=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EFAF is #BF1050. Grayscale: #B3B3B3. Windows color (decimal): -12521553 or 11530048. OLE color: 11530048.
HSL color Cylindrical-coordinate representation of color #40EFAF: hue angle of 158.06º 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 #40EFAF is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 175 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.06 |
| HSL | 158.06º | 0.85% | 0.59% | - |
| HSV(B) | 158.06º | 0.73% | 0.94% | - |
| XYZ | 40.72 | 65.92 | 51.13 | - |
| YUV | 179.38 | 125.52 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 175 | 0.73 | 0 | 0.27 | 0.06 | 158.06 | 0.85 | 0.59 |
| Hex | 40 | EF | AF | 49 | 0 | 1B | 6 | 9E | 55 | 3B |
| Octal | 100 | 357 | 257 | 111 | 0 | 33 | 6 | 236 | 125 | 73 |
| Binary | 1000000 | 11101111 | 10101111 | 1001001 | 0 | 11011 | 110 | 10011110 | 1010101 | 111011 |
Color Harmonies of #40EFAF
Complementary color
Monochromatic Colors of #40EFAF
Black with #40EFAF
Text Example
Text Example
White with #40EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFAF; }
p { color: rgb(64,239,175); }
H1.HeaderClassName
{
color: #40EFAF;
}
.AnyTagClassName
{
color: #40EFAF;
}
</style>
background-color css
<style>
a { background-color: #40EFAF; }
a { background-color: rgb(64,239,175); }
div.DivClassName
{
background-color: #40EFAF;
}
.BgClassName
{
background-color: #40EFAF;
}
</style>
border-color css
<style>
span { border-color: #40EFAF; }
span { border-color: rgb(64,239,175); }
td.TdClassName
{
border-color: #40EFAF;
}
.TagClassName
{
border-color: #40EFAF;
}
</style>