Shades of Turquoise Blue #4DE0FE
Tints of Turquoise Blue #4DE0FE
RGB
CMYK
RGB Variations
Color information
#4DE0FE (or 0x4DE0FE) is known color: Turquoise Blue. HEX triplet: 4D, E0 and FE. RGB value is (77,224,254). Sum of RGB (Red+Green+Blue) = 77+224+254=555 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.87% from 555); Green value is 224 (87.89% from 255 or 40.36% 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 #4DE0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DE0FE is #B21F01. Grayscale: #B7B7B7. Windows color (decimal): -11673346 or 16703565. OLE color: 16703565.
HSL color Cylindrical-coordinate representation of color #4DE0FE: hue angle of 190.17º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DE0FE is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 224 | 254 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.00 |
| HSL | 190.17º | 0.99% | 0.65% | - |
| HSV(B) | 190.17º | 0.7% | 1% | - |
| XYZ | 47.61 | 62.04 | 103.23 | - |
| YUV | 183.47 | 167.8 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 224 | 254 | 0.70 | 0.12 | 0 | 0.00 | 190.17 | 0.99 | 0.65 |
| Hex | 4D | E0 | FE | 46 | C | 0 | 0 | BE | 63 | 41 |
| Octal | 115 | 340 | 376 | 106 | 14 | 0 | 0 | 276 | 143 | 101 |
| Binary | 1001101 | 11100000 | 11111110 | 1000110 | 1100 | 0 | 0 | 10111110 | 1100011 | 1000001 |
Color Harmonies of #4DE0FE
Complementary color
Monochromatic Colors of #4DE0FE
Black with #4DE0FE
Text Example
Text Example
White with #4DE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE0FE; }
p { color: rgb(77,224,254); }
H1.HeaderClassName
{
color: #4DE0FE;
}
.AnyTagClassName
{
color: #4DE0FE;
}
</style>
background-color css
<style>
a { background-color: #4DE0FE; }
a { background-color: rgb(77,224,254); }
div.DivClassName
{
background-color: #4DE0FE;
}
.BgClassName
{
background-color: #4DE0FE;
}
</style>
border-color css
<style>
span { border-color: #4DE0FE; }
span { border-color: rgb(77,224,254); }
td.TdClassName
{
border-color: #4DE0FE;
}
.TagClassName
{
border-color: #4DE0FE;
}
</style>