Shades of Turquoise #40F9AF
Tints of Turquoise #40F9AF
RGB
CMYK
RGB Variations
Color information
#40F9AF (or 0x40F9AF) is known color: Turquoise. HEX triplet: 40, F9 and AF. RGB value is (64,249,175). Sum of RGB (Red+Green+Blue) = 64+249+175=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #40F9AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F9AF is #BF0650. Grayscale: #B9B9B9. Windows color (decimal): -12518993 or 11532608. OLE color: 11532608.
HSL color Cylindrical-coordinate representation of color #40F9AF: hue angle of 156º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F9AF is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 175 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.02 |
| HSL | 156º | 0.94% | 0.61% | - |
| HSV(B) | 156º | 0.74% | 0.98% | - |
| XYZ | 43.73 | 71.94 | 52.14 | - |
| YUV | 185.25 | 122.21 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 175 | 0.74 | 0 | 0.30 | 0.02 | 156 | 0.94 | 0.61 |
| Hex | 40 | F9 | AF | 4A | 0 | 1E | 2 | 9C | 5E | 3D |
| Octal | 100 | 371 | 257 | 112 | 0 | 36 | 2 | 234 | 136 | 75 |
| Binary | 1000000 | 11111001 | 10101111 | 1001010 | 0 | 11110 | 10 | 10011100 | 1011110 | 111101 |
Color Harmonies of #40F9AF
Complementary color
Monochromatic Colors of #40F9AF
Black with #40F9AF
Text Example
Text Example
White with #40F9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F9AF; }
p { color: rgb(64,249,175); }
H1.HeaderClassName
{
color: #40F9AF;
}
.AnyTagClassName
{
color: #40F9AF;
}
</style>
background-color css
<style>
a { background-color: #40F9AF; }
a { background-color: rgb(64,249,175); }
div.DivClassName
{
background-color: #40F9AF;
}
.BgClassName
{
background-color: #40F9AF;
}
</style>
border-color css
<style>
span { border-color: #40F9AF; }
span { border-color: rgb(64,249,175); }
td.TdClassName
{
border-color: #40F9AF;
}
.TagClassName
{
border-color: #40F9AF;
}
</style>