Shades of Turquoise #40FFAF
Tints of Turquoise #40FFAF
RGB
CMYK
RGB Variations
Color information
#40FFAF (or 0x40FFAF) is known color: Turquoise. HEX triplet: 40, FF and AF. RGB value is (64,255,175). Sum of RGB (Red+Green+Blue) = 64+255+175=494 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.96% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FFAF is #BF0050. Grayscale: #BCBCBC. Windows color (decimal): -12517457 or 11534144. OLE color: 11534144.
HSL color Cylindrical-coordinate representation of color #40FFAF: hue angle of 154.87º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFAF is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 175 | - |
| CMYK | 0.75 | 0 | 0.31 | 0 |
| HSL | 154.87º | 1% | 0.63% | - |
| HSV(B) | 154.87º | 0.75% | 1% | - |
| XYZ | 45.61 | 75.71 | 52.77 | - |
| YUV | 188.77 | 120.22 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 175 | 0.75 | 0 | 0.31 | 0 | 154.87 | 1 | 0.63 |
| Hex | 40 | FF | AF | 4B | 0 | 1F | 0 | 9B | 64 | 3F |
| Octal | 100 | 377 | 257 | 113 | 0 | 37 | 0 | 233 | 144 | 77 |
| Binary | 1000000 | 11111111 | 10101111 | 1001011 | 0 | 11111 | 0 | 10011011 | 1100100 | 111111 |
Color Harmonies of #40FFAF
Complementary color
Monochromatic Colors of #40FFAF
Black with #40FFAF
Text Example
Text Example
White with #40FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFAF; }
p { color: rgb(64,255,175); }
H1.HeaderClassName
{
color: #40FFAF;
}
.AnyTagClassName
{
color: #40FFAF;
}
</style>
background-color css
<style>
a { background-color: #40FFAF; }
a { background-color: rgb(64,255,175); }
div.DivClassName
{
background-color: #40FFAF;
}
.BgClassName
{
background-color: #40FFAF;
}
</style>
border-color css
<style>
span { border-color: #40FFAF; }
span { border-color: rgb(64,255,175); }
td.TdClassName
{
border-color: #40FFAF;
}
.TagClassName
{
border-color: #40FFAF;
}
</style>