Shades of Turquoise #40F8E1
Tints of Turquoise #40F8E1
RGB
CMYK
RGB Variations
Color information
#40F8E1 (or 0x40F8E1) is known color: Turquoise. HEX triplet: 40, F8 and E1. RGB value is (64,248,225). Sum of RGB (Red+Green+Blue) = 64+248+225=537 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.92% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #40F8E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F8E1 is #BF071E. Grayscale: #BEBEBE. Windows color (decimal): -12519199 or 14809152. OLE color: 14809152.
HSL color Cylindrical-coordinate representation of color #40F8E1: hue angle of 172.5º 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 #40F8E1 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 225 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.03 |
| HSL | 172.5º | 0.93% | 0.61% | - |
| HSV(B) | 172.5º | 0.74% | 0.97% | - |
| XYZ | 49.27 | 73.66 | 82.86 | - |
| YUV | 190.36 | 147.54 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 225 | 0.74 | 0 | 0.09 | 0.03 | 172.5 | 0.93 | 0.61 |
| Hex | 40 | F8 | E1 | 4A | 0 | 9 | 3 | AC | 5D | 3D |
| Octal | 100 | 370 | 341 | 112 | 0 | 11 | 3 | 254 | 135 | 75 |
| Binary | 1000000 | 11111000 | 11100001 | 1001010 | 0 | 1001 | 11 | 10101100 | 1011101 | 111101 |
Color Harmonies of #40F8E1
Complementary color
Monochromatic Colors of #40F8E1
Black with #40F8E1
Text Example
Text Example
White with #40F8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F8E1; }
p { color: rgb(64,248,225); }
H1.HeaderClassName
{
color: #40F8E1;
}
.AnyTagClassName
{
color: #40F8E1;
}
</style>
background-color css
<style>
a { background-color: #40F8E1; }
a { background-color: rgb(64,248,225); }
div.DivClassName
{
background-color: #40F8E1;
}
.BgClassName
{
background-color: #40F8E1;
}
</style>
border-color css
<style>
span { border-color: #40F8E1; }
span { border-color: rgb(64,248,225); }
td.TdClassName
{
border-color: #40F8E1;
}
.TagClassName
{
border-color: #40F8E1;
}
</style>