Shades of Turquoise #40EDFE
Tints of Turquoise #40EDFE
RGB
CMYK
RGB Variations
Color information
#40EDFE (or 0x40EDFE) is known color: Turquoise. HEX triplet: 40, ED and FE. RGB value is (64,237,254). Sum of RGB (Red+Green+Blue) = 64+237+254=555 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.53% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #40EDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EDFE is #BF1201. Grayscale: #BABABA. Windows color (decimal): -12521986 or 16706880. OLE color: 16706880.
HSL color Cylindrical-coordinate representation of color #40EDFE: hue angle of 185.37º 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 #40EDFE is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 237 | 254 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.00 |
| HSL | 185.37º | 0.99% | 0.62% | - |
| HSV(B) | 185.37º | 0.75% | 1% | - |
| XYZ | 50.29 | 68.81 | 104.4 | - |
| YUV | 187.21 | 165.69 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 254 | 0.75 | 0.07 | 0 | 0.00 | 185.37 | 0.99 | 0.62 |
| Hex | 40 | ED | FE | 4B | 7 | 0 | 0 | B9 | 63 | 3E |
| Octal | 100 | 355 | 376 | 113 | 7 | 0 | 0 | 271 | 143 | 76 |
| Binary | 1000000 | 11101101 | 11111110 | 1001011 | 111 | 0 | 0 | 10111001 | 1100011 | 111110 |
Color Harmonies of #40EDFE
Complementary color
Monochromatic Colors of #40EDFE
Black with #40EDFE
Text Example
Text Example
White with #40EDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EDFE; }
p { color: rgb(64,237,254); }
H1.HeaderClassName
{
color: #40EDFE;
}
.AnyTagClassName
{
color: #40EDFE;
}
</style>
background-color css
<style>
a { background-color: #40EDFE; }
a { background-color: rgb(64,237,254); }
div.DivClassName
{
background-color: #40EDFE;
}
.BgClassName
{
background-color: #40EDFE;
}
</style>
border-color css
<style>
span { border-color: #40EDFE; }
span { border-color: rgb(64,237,254); }
td.TdClassName
{
border-color: #40EDFE;
}
.TagClassName
{
border-color: #40EDFE;
}
</style>