Shades of Turquoise Blue #4DE4FC
Tints of Turquoise Blue #4DE4FC
RGB
CMYK
RGB Variations
Color information
#4DE4FC (or 0x4DE4FC) is known color: Turquoise Blue. HEX triplet: 4D, E4 and FC. RGB value is (77,228,252). Sum of RGB (Red+Green+Blue) = 77+228+252=557 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.82% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DE4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DE4FC is #B21B03. Grayscale: #B9B9B9. Windows color (decimal): -11672324 or 16573517. OLE color: 16573517.
HSL color Cylindrical-coordinate representation of color #4DE4FC: hue angle of 188.23º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DE4FC is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 228 | 252 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.01 |
| HSL | 188.23º | 0.97% | 0.65% | - |
| HSV(B) | 188.23º | 0.69% | 0.99% | - |
| XYZ | 48.37 | 64.09 | 101.92 | - |
| YUV | 185.59 | 165.47 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 228 | 252 | 0.69 | 0.10 | 0 | 0.01 | 188.23 | 0.97 | 0.65 |
| Hex | 4D | E4 | FC | 45 | A | 0 | 1 | BC | 61 | 41 |
| Octal | 115 | 344 | 374 | 105 | 12 | 0 | 1 | 274 | 141 | 101 |
| Binary | 1001101 | 11100100 | 11111100 | 1000101 | 1010 | 0 | 1 | 10111100 | 1100001 | 1000001 |
Color Harmonies of #4DE4FC
Complementary color
Monochromatic Colors of #4DE4FC
Black with #4DE4FC
Text Example
Text Example
White with #4DE4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE4FC; }
p { color: rgb(77,228,252); }
H1.HeaderClassName
{
color: #4DE4FC;
}
.AnyTagClassName
{
color: #4DE4FC;
}
</style>
background-color css
<style>
a { background-color: #4DE4FC; }
a { background-color: rgb(77,228,252); }
div.DivClassName
{
background-color: #4DE4FC;
}
.BgClassName
{
background-color: #4DE4FC;
}
</style>
border-color css
<style>
span { border-color: #4DE4FC; }
span { border-color: rgb(77,228,252); }
td.TdClassName
{
border-color: #4DE4FC;
}
.TagClassName
{
border-color: #4DE4FC;
}
</style>