Shades of Turquoise Blue #4DE6FB
Tints of Turquoise Blue #4DE6FB
RGB
CMYK
RGB Variations
Color information
#4DE6FB (or 0x4DE6FB) is known color: Turquoise Blue. HEX triplet: 4D, E6 and FB. RGB value is (77,230,251). Sum of RGB (Red+Green+Blue) = 77+230+251=558 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.80% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DE6FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DE6FB is #B21904. Grayscale: #BABABA. Windows color (decimal): -11671813 or 16508493. OLE color: 16508493.
HSL color Cylindrical-coordinate representation of color #4DE6FB: hue angle of 187.24º 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 #4DE6FB is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 230 | 251 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.02 |
| HSL | 187.24º | 0.96% | 0.64% | - |
| HSV(B) | 187.24º | 0.69% | 0.98% | - |
| XYZ | 48.77 | 65.14 | 101.27 | - |
| YUV | 186.65 | 164.31 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 230 | 251 | 0.69 | 0.08 | 0 | 0.02 | 187.24 | 0.96 | 0.64 |
| Hex | 4D | E6 | FB | 45 | 8 | 0 | 2 | BB | 60 | 40 |
| Octal | 115 | 346 | 373 | 105 | 10 | 0 | 2 | 273 | 140 | 100 |
| Binary | 1001101 | 11100110 | 11111011 | 1000101 | 1000 | 0 | 10 | 10111011 | 1100000 | 1000000 |
Color Harmonies of #4DE6FB
Complementary color
Monochromatic Colors of #4DE6FB
Black with #4DE6FB
Text Example
Text Example
White with #4DE6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE6FB; }
p { color: rgb(77,230,251); }
H1.HeaderClassName
{
color: #4DE6FB;
}
.AnyTagClassName
{
color: #4DE6FB;
}
</style>
background-color css
<style>
a { background-color: #4DE6FB; }
a { background-color: rgb(77,230,251); }
div.DivClassName
{
background-color: #4DE6FB;
}
.BgClassName
{
background-color: #4DE6FB;
}
</style>
border-color css
<style>
span { border-color: #4DE6FB; }
span { border-color: rgb(77,230,251); }
td.TdClassName
{
border-color: #4DE6FB;
}
.TagClassName
{
border-color: #4DE6FB;
}
</style>