Shades of Turquoise Blue #4DE7FB
Tints of Turquoise Blue #4DE7FB
RGB
CMYK
RGB Variations
Color information
#4DE7FB (or 0x4DE7FB) is known color: Turquoise Blue. HEX triplet: 4D, E7 and FB. RGB value is (77,231,251). Sum of RGB (Red+Green+Blue) = 77+231+251=559 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.77% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DE7FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DE7FB is #B21804. Grayscale: #BBBBBB. Windows color (decimal): -11671557 or 16508749. OLE color: 16508749.
HSL color Cylindrical-coordinate representation of color #4DE7FB: hue angle of 186.9º 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 #4DE7FB is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 231 | 251 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.02 |
| HSL | 186.9º | 0.96% | 0.64% | - |
| HSV(B) | 186.9º | 0.69% | 0.98% | - |
| XYZ | 49.05 | 65.69 | 101.36 | - |
| YUV | 187.23 | 163.98 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 231 | 251 | 0.69 | 0.08 | 0 | 0.02 | 186.9 | 0.96 | 0.64 |
| Hex | 4D | E7 | FB | 45 | 8 | 0 | 2 | BB | 60 | 40 |
| Octal | 115 | 347 | 373 | 105 | 10 | 0 | 2 | 273 | 140 | 100 |
| Binary | 1001101 | 11100111 | 11111011 | 1000101 | 1000 | 0 | 10 | 10111011 | 1100000 | 1000000 |
Color Harmonies of #4DE7FB
Complementary color
Monochromatic Colors of #4DE7FB
Black with #4DE7FB
Text Example
Text Example
White with #4DE7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE7FB; }
p { color: rgb(77,231,251); }
H1.HeaderClassName
{
color: #4DE7FB;
}
.AnyTagClassName
{
color: #4DE7FB;
}
</style>
background-color css
<style>
a { background-color: #4DE7FB; }
a { background-color: rgb(77,231,251); }
div.DivClassName
{
background-color: #4DE7FB;
}
.BgClassName
{
background-color: #4DE7FB;
}
</style>
border-color css
<style>
span { border-color: #4DE7FB; }
span { border-color: rgb(77,231,251); }
td.TdClassName
{
border-color: #4DE7FB;
}
.TagClassName
{
border-color: #4DE7FB;
}
</style>