Shades of Turquoise #40F8EB
Tints of Turquoise #40F8EB
RGB
CMYK
RGB Variations
Color information
#40F8EB (or 0x40F8EB) is known color: Turquoise. HEX triplet: 40, F8 and EB. RGB value is (64,248,235). Sum of RGB (Red+Green+Blue) = 64+248+235=547 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.70% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #40F8EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F8EB is #BF0714. Grayscale: #BFBFBF. Windows color (decimal): -12519189 or 15464512. OLE color: 15464512.
HSL color Cylindrical-coordinate representation of color #40F8EB: hue angle of 175.76º 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 #40F8EB is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 235 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.03 |
| HSL | 175.76º | 0.93% | 0.61% | - |
| HSV(B) | 175.76º | 0.74% | 0.97% | - |
| XYZ | 50.68 | 74.22 | 90.25 | - |
| YUV | 191.5 | 152.54 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 235 | 0.74 | 0 | 0.05 | 0.03 | 175.76 | 0.93 | 0.61 |
| Hex | 40 | F8 | EB | 4A | 0 | 5 | 3 | B0 | 5D | 3D |
| Octal | 100 | 370 | 353 | 112 | 0 | 5 | 3 | 260 | 135 | 75 |
| Binary | 1000000 | 11111000 | 11101011 | 1001010 | 0 | 101 | 11 | 10110000 | 1011101 | 111101 |
Color Harmonies of #40F8EB
Complementary color
Monochromatic Colors of #40F8EB
Black with #40F8EB
Text Example
Text Example
White with #40F8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F8EB; }
p { color: rgb(64,248,235); }
H1.HeaderClassName
{
color: #40F8EB;
}
.AnyTagClassName
{
color: #40F8EB;
}
</style>
background-color css
<style>
a { background-color: #40F8EB; }
a { background-color: rgb(64,248,235); }
div.DivClassName
{
background-color: #40F8EB;
}
.BgClassName
{
background-color: #40F8EB;
}
</style>
border-color css
<style>
span { border-color: #40F8EB; }
span { border-color: rgb(64,248,235); }
td.TdClassName
{
border-color: #40F8EB;
}
.TagClassName
{
border-color: #40F8EB;
}
</style>