Shades of Turquoise #40FAEB
Tints of Turquoise #40FAEB
RGB
CMYK
RGB Variations
Color information
#40FAEB (or 0x40FAEB) is known color: Turquoise. HEX triplet: 40, FA and EB. RGB value is (64,250,235). Sum of RGB (Red+Green+Blue) = 64+250+235=549 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.66% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FAEB is #BF0514. Grayscale: #C0C0C0. Windows color (decimal): -12518677 or 15465024. OLE color: 15465024.
HSL color Cylindrical-coordinate representation of color #40FAEB: hue angle of 175.16º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40FAEB is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 235 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.02 |
| HSL | 175.16º | 0.95% | 0.62% | - |
| HSV(B) | 175.16º | 0.74% | 0.98% | - |
| XYZ | 51.3 | 75.46 | 90.46 | - |
| YUV | 192.68 | 151.88 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 235 | 0.74 | 0 | 0.06 | 0.02 | 175.16 | 0.95 | 0.62 |
| Hex | 40 | FA | EB | 4A | 0 | 6 | 2 | AF | 5F | 3E |
| Octal | 100 | 372 | 353 | 112 | 0 | 6 | 2 | 257 | 137 | 76 |
| Binary | 1000000 | 11111010 | 11101011 | 1001010 | 0 | 110 | 10 | 10101111 | 1011111 | 111110 |
Color Harmonies of #40FAEB
Complementary color
Monochromatic Colors of #40FAEB
Black with #40FAEB
Text Example
Text Example
White with #40FAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FAEB; }
p { color: rgb(64,250,235); }
H1.HeaderClassName
{
color: #40FAEB;
}
.AnyTagClassName
{
color: #40FAEB;
}
</style>
background-color css
<style>
a { background-color: #40FAEB; }
a { background-color: rgb(64,250,235); }
div.DivClassName
{
background-color: #40FAEB;
}
.BgClassName
{
background-color: #40FAEB;
}
</style>
border-color css
<style>
span { border-color: #40FAEB; }
span { border-color: rgb(64,250,235); }
td.TdClassName
{
border-color: #40FAEB;
}
.TagClassName
{
border-color: #40FAEB;
}
</style>