Shades of Turquoise #40E8FB
Tints of Turquoise #40E8FB
RGB
CMYK
RGB Variations
Color information
#40E8FB (or 0x40E8FB) is known color: Turquoise. HEX triplet: 40, E8 and FB. RGB value is (64,232,251). Sum of RGB (Red+Green+Blue) = 64+232+251=547 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.70% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #40E8FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E8FB is #BF1704. Grayscale: #B7B7B7. Windows color (decimal): -12523269 or 16508992. OLE color: 16508992.
HSL color Cylindrical-coordinate representation of color #40E8FB: hue angle of 186.1º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40E8FB is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 232 | 251 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.02 |
| HSL | 186.1º | 0.96% | 0.62% | - |
| HSV(B) | 186.1º | 0.75% | 0.98% | - |
| XYZ | 48.38 | 65.77 | 101.41 | - |
| YUV | 183.93 | 165.84 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 232 | 251 | 0.75 | 0.08 | 0 | 0.02 | 186.1 | 0.96 | 0.62 |
| Hex | 40 | E8 | FB | 4B | 8 | 0 | 2 | BA | 60 | 3E |
| Octal | 100 | 350 | 373 | 113 | 10 | 0 | 2 | 272 | 140 | 76 |
| Binary | 1000000 | 11101000 | 11111011 | 1001011 | 1000 | 0 | 10 | 10111010 | 1100000 | 111110 |
Color Harmonies of #40E8FB
Complementary color
Monochromatic Colors of #40E8FB
Black with #40E8FB
Text Example
Text Example
White with #40E8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E8FB; }
p { color: rgb(64,232,251); }
H1.HeaderClassName
{
color: #40E8FB;
}
.AnyTagClassName
{
color: #40E8FB;
}
</style>
background-color css
<style>
a { background-color: #40E8FB; }
a { background-color: rgb(64,232,251); }
div.DivClassName
{
background-color: #40E8FB;
}
.BgClassName
{
background-color: #40E8FB;
}
</style>
border-color css
<style>
span { border-color: #40E8FB; }
span { border-color: rgb(64,232,251); }
td.TdClassName
{
border-color: #40E8FB;
}
.TagClassName
{
border-color: #40E8FB;
}
</style>