Shades of Turquoise #40EEAF
Tints of Turquoise #40EEAF
RGB
CMYK
RGB Variations
Color information
#40EEAF (or 0x40EEAF) is known color: Turquoise. HEX triplet: 40, EE and AF. RGB value is (64,238,175). Sum of RGB (Red+Green+Blue) = 64+238+175=477 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.42% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #40EEAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EEAF is #BF1150. Grayscale: #B2B2B2. Windows color (decimal): -12521809 or 11529792. OLE color: 11529792.
HSL color Cylindrical-coordinate representation of color #40EEAF: hue angle of 158.28º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EEAF is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 238 | 175 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.07 |
| HSL | 158.28º | 0.84% | 0.59% | - |
| HSV(B) | 158.28º | 0.73% | 0.93% | - |
| XYZ | 40.43 | 65.33 | 51.04 | - |
| YUV | 178.79 | 125.85 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 175 | 0.73 | 0 | 0.26 | 0.07 | 158.28 | 0.84 | 0.59 |
| Hex | 40 | EE | AF | 49 | 0 | 1A | 7 | 9E | 54 | 3B |
| Octal | 100 | 356 | 257 | 111 | 0 | 32 | 7 | 236 | 124 | 73 |
| Binary | 1000000 | 11101110 | 10101111 | 1001001 | 0 | 11010 | 111 | 10011110 | 1010100 | 111011 |
Color Harmonies of #40EEAF
Complementary color
Monochromatic Colors of #40EEAF
Black with #40EEAF
Text Example
Text Example
White with #40EEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EEAF; }
p { color: rgb(64,238,175); }
H1.HeaderClassName
{
color: #40EEAF;
}
.AnyTagClassName
{
color: #40EEAF;
}
</style>
background-color css
<style>
a { background-color: #40EEAF; }
a { background-color: rgb(64,238,175); }
div.DivClassName
{
background-color: #40EEAF;
}
.BgClassName
{
background-color: #40EEAF;
}
</style>
border-color css
<style>
span { border-color: #40EEAF; }
span { border-color: rgb(64,238,175); }
td.TdClassName
{
border-color: #40EEAF;
}
.TagClassName
{
border-color: #40EEAF;
}
</style>