Shades of Turquoise #40F8E0
Tints of Turquoise #40F8E0
RGB
CMYK
RGB Variations
Color information
#40F8E0 (or 0x40F8E0) is known color: Turquoise. HEX triplet: 40, F8 and E0. RGB value is (64,248,224). Sum of RGB (Red+Green+Blue) = 64+248+224=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #40F8E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F8E0 is #BF071F. Grayscale: #BEBEBE. Windows color (decimal): -12519200 or 14743616. OLE color: 14743616.
HSL color Cylindrical-coordinate representation of color #40F8E0: hue angle of 172.17º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F8E0 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 224 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.03 |
| HSL | 172.17º | 0.93% | 0.61% | - |
| HSV(B) | 172.17º | 0.74% | 0.97% | - |
| XYZ | 49.14 | 73.61 | 82.14 | - |
| YUV | 190.25 | 147.04 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 224 | 0.74 | 0 | 0.10 | 0.03 | 172.17 | 0.93 | 0.61 |
| Hex | 40 | F8 | E0 | 4A | 0 | A | 3 | AC | 5D | 3D |
| Octal | 100 | 370 | 340 | 112 | 0 | 12 | 3 | 254 | 135 | 75 |
| Binary | 1000000 | 11111000 | 11100000 | 1001010 | 0 | 1010 | 11 | 10101100 | 1011101 | 111101 |
Color Harmonies of #40F8E0
Complementary color
Monochromatic Colors of #40F8E0
Black with #40F8E0
Text Example
Text Example
White with #40F8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F8E0; }
p { color: rgb(64,248,224); }
H1.HeaderClassName
{
color: #40F8E0;
}
.AnyTagClassName
{
color: #40F8E0;
}
</style>
background-color css
<style>
a { background-color: #40F8E0; }
a { background-color: rgb(64,248,224); }
div.DivClassName
{
background-color: #40F8E0;
}
.BgClassName
{
background-color: #40F8E0;
}
</style>
border-color css
<style>
span { border-color: #40F8E0; }
span { border-color: rgb(64,248,224); }
td.TdClassName
{
border-color: #40F8E0;
}
.TagClassName
{
border-color: #40F8E0;
}
</style>