Shades of Turquoise #40E7FE
Tints of Turquoise #40E7FE
RGB
CMYK
RGB Variations
Color information
#40E7FE (or 0x40E7FE) is known color: Turquoise. HEX triplet: 40, E7 and FE. RGB value is (64,231,254). Sum of RGB (Red+Green+Blue) = 64+231+254=549 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.66% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #40E7FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E7FE is #BF1801. Grayscale: #B7B7B7. Windows color (decimal): -12523522 or 16705344. OLE color: 16705344.
HSL color Cylindrical-coordinate representation of color #40E7FE: hue angle of 187.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40E7FE is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 231 | 254 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.00 |
| HSL | 187.26º | 0.99% | 0.62% | - |
| HSV(B) | 187.26º | 0.75% | 1% | - |
| XYZ | 48.58 | 65.4 | 103.83 | - |
| YUV | 183.69 | 167.67 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 254 | 0.75 | 0.09 | 0 | 0.00 | 187.26 | 0.99 | 0.62 |
| Hex | 40 | E7 | FE | 4B | 9 | 0 | 0 | BB | 63 | 3E |
| Octal | 100 | 347 | 376 | 113 | 11 | 0 | 0 | 273 | 143 | 76 |
| Binary | 1000000 | 11100111 | 11111110 | 1001011 | 1001 | 0 | 0 | 10111011 | 1100011 | 111110 |
Color Harmonies of #40E7FE
Complementary color
Monochromatic Colors of #40E7FE
Black with #40E7FE
Text Example
Text Example
White with #40E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E7FE; }
p { color: rgb(64,231,254); }
H1.HeaderClassName
{
color: #40E7FE;
}
.AnyTagClassName
{
color: #40E7FE;
}
</style>
background-color css
<style>
a { background-color: #40E7FE; }
a { background-color: rgb(64,231,254); }
div.DivClassName
{
background-color: #40E7FE;
}
.BgClassName
{
background-color: #40E7FE;
}
</style>
border-color css
<style>
span { border-color: #40E7FE; }
span { border-color: rgb(64,231,254); }
td.TdClassName
{
border-color: #40E7FE;
}
.TagClassName
{
border-color: #40E7FE;
}
</style>