Shades of Turquoise Blue #4DE3FB
Tints of Turquoise Blue #4DE3FB
RGB
CMYK
RGB Variations
Color information
#4DE3FB (or 0x4DE3FB) is known color: Turquoise Blue. HEX triplet: 4D, E3 and FB. RGB value is (77,227,251). Sum of RGB (Red+Green+Blue) = 77+227+251=555 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.87% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DE3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DE3FB is #B21C04. Grayscale: #B8B8B8. Windows color (decimal): -11672581 or 16507725. OLE color: 16507725.
HSL color Cylindrical-coordinate representation of color #4DE3FB: hue angle of 188.28º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DE3FB is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 227 | 251 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.02 |
| HSL | 188.28º | 0.96% | 0.64% | - |
| HSV(B) | 188.28º | 0.69% | 0.98% | - |
| XYZ | 47.94 | 63.48 | 100.99 | - |
| YUV | 184.89 | 165.31 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 227 | 251 | 0.69 | 0.10 | 0 | 0.02 | 188.28 | 0.96 | 0.64 |
| Hex | 4D | E3 | FB | 45 | A | 0 | 2 | BC | 60 | 40 |
| Octal | 115 | 343 | 373 | 105 | 12 | 0 | 2 | 274 | 140 | 100 |
| Binary | 1001101 | 11100011 | 11111011 | 1000101 | 1010 | 0 | 10 | 10111100 | 1100000 | 1000000 |
Color Harmonies of #4DE3FB
Complementary color
Monochromatic Colors of #4DE3FB
Black with #4DE3FB
Text Example
Text Example
White with #4DE3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE3FB; }
p { color: rgb(77,227,251); }
H1.HeaderClassName
{
color: #4DE3FB;
}
.AnyTagClassName
{
color: #4DE3FB;
}
</style>
background-color css
<style>
a { background-color: #4DE3FB; }
a { background-color: rgb(77,227,251); }
div.DivClassName
{
background-color: #4DE3FB;
}
.BgClassName
{
background-color: #4DE3FB;
}
</style>
border-color css
<style>
span { border-color: #4DE3FB; }
span { border-color: rgb(77,227,251); }
td.TdClassName
{
border-color: #4DE3FB;
}
.TagClassName
{
border-color: #4DE3FB;
}
</style>