Shades of Turquoise #40EAFB
Tints of Turquoise #40EAFB
RGB
CMYK
RGB Variations
Color information
#40EAFB (or 0x40EAFB) is known color: Turquoise. HEX triplet: 40, EA and FB. RGB value is (64,234,251). Sum of RGB (Red+Green+Blue) = 64+234+251=549 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.66% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #40EAFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EAFB is #BF1504. Grayscale: #B8B8B8. Windows color (decimal): -12522757 or 16509504. OLE color: 16509504.
HSL color Cylindrical-coordinate representation of color #40EAFB: hue angle of 185.45º 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 #40EAFB is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 234 | 251 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.02 |
| HSL | 185.45º | 0.96% | 0.62% | - |
| HSV(B) | 185.45º | 0.75% | 0.98% | - |
| XYZ | 48.95 | 66.9 | 101.6 | - |
| YUV | 185.11 | 165.18 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 251 | 0.75 | 0.07 | 0 | 0.02 | 185.45 | 0.96 | 0.62 |
| Hex | 40 | EA | FB | 4B | 7 | 0 | 2 | B9 | 60 | 3E |
| Octal | 100 | 352 | 373 | 113 | 7 | 0 | 2 | 271 | 140 | 76 |
| Binary | 1000000 | 11101010 | 11111011 | 1001011 | 111 | 0 | 10 | 10111001 | 1100000 | 111110 |
Color Harmonies of #40EAFB
Complementary color
Monochromatic Colors of #40EAFB
Black with #40EAFB
Text Example
Text Example
White with #40EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EAFB; }
p { color: rgb(64,234,251); }
H1.HeaderClassName
{
color: #40EAFB;
}
.AnyTagClassName
{
color: #40EAFB;
}
</style>
background-color css
<style>
a { background-color: #40EAFB; }
a { background-color: rgb(64,234,251); }
div.DivClassName
{
background-color: #40EAFB;
}
.BgClassName
{
background-color: #40EAFB;
}
</style>
border-color css
<style>
span { border-color: #40EAFB; }
span { border-color: rgb(64,234,251); }
td.TdClassName
{
border-color: #40EAFB;
}
.TagClassName
{
border-color: #40EAFB;
}
</style>