Shades of Turquoise #40E5FE
Tints of Turquoise #40E5FE
RGB
CMYK
RGB Variations
Color information
#40E5FE (or 0x40E5FE) is known color: Turquoise. HEX triplet: 40, E5 and FE. RGB value is (64,229,254). Sum of RGB (Red+Green+Blue) = 64+229+254=547 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.70% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #40E5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E5FE is #BF1A01. Grayscale: #B6B6B6. Windows color (decimal): -12524034 or 16704832. OLE color: 16704832.
HSL color Cylindrical-coordinate representation of color #40E5FE: hue angle of 187.89º 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 #40E5FE is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 229 | 254 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.00 |
| HSL | 187.89º | 0.99% | 0.62% | - |
| HSV(B) | 187.89º | 0.75% | 1% | - |
| XYZ | 48.02 | 64.28 | 103.64 | - |
| YUV | 182.52 | 168.34 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 254 | 0.75 | 0.10 | 0 | 0.00 | 187.89 | 0.99 | 0.62 |
| Hex | 40 | E5 | FE | 4B | A | 0 | 0 | BC | 63 | 3E |
| Octal | 100 | 345 | 376 | 113 | 12 | 0 | 0 | 274 | 143 | 76 |
| Binary | 1000000 | 11100101 | 11111110 | 1001011 | 1010 | 0 | 0 | 10111100 | 1100011 | 111110 |
Color Harmonies of #40E5FE
Complementary color
Monochromatic Colors of #40E5FE
Black with #40E5FE
Text Example
Text Example
White with #40E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E5FE; }
p { color: rgb(64,229,254); }
H1.HeaderClassName
{
color: #40E5FE;
}
.AnyTagClassName
{
color: #40E5FE;
}
</style>
background-color css
<style>
a { background-color: #40E5FE; }
a { background-color: rgb(64,229,254); }
div.DivClassName
{
background-color: #40E5FE;
}
.BgClassName
{
background-color: #40E5FE;
}
</style>
border-color css
<style>
span { border-color: #40E5FE; }
span { border-color: rgb(64,229,254); }
td.TdClassName
{
border-color: #40E5FE;
}
.TagClassName
{
border-color: #40E5FE;
}
</style>