Shades of Turquoise Blue #4DDBFE
Tints of Turquoise Blue #4DDBFE
RGB
CMYK
RGB Variations
Color information
#4DDBFE (or 0x4DDBFE) is known color: Turquoise Blue. HEX triplet: 4D, DB and FE. RGB value is (77,219,254). Sum of RGB (Red+Green+Blue) = 77+219+254=550 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DDBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDBFE is #B22401. Grayscale: #B4B4B4. Windows color (decimal): -11674626 or 16702285. OLE color: 16702285.
HSL color Cylindrical-coordinate representation of color #4DDBFE: hue angle of 191.86º 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 #4DDBFE is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 219 | 254 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.00 |
| HSL | 191.86º | 0.99% | 0.65% | - |
| HSV(B) | 191.86º | 0.7% | 1% | - |
| XYZ | 46.28 | 59.4 | 102.79 | - |
| YUV | 180.53 | 169.46 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 254 | 0.70 | 0.14 | 0 | 0.00 | 191.86 | 0.99 | 0.65 |
| Hex | 4D | DB | FE | 46 | E | 0 | 0 | C0 | 63 | 41 |
| Octal | 115 | 333 | 376 | 106 | 16 | 0 | 0 | 300 | 143 | 101 |
| Binary | 1001101 | 11011011 | 11111110 | 1000110 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000001 |
Color Harmonies of #4DDBFE
Complementary color
Monochromatic Colors of #4DDBFE
Black with #4DDBFE
Text Example
Text Example
White with #4DDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBFE; }
p { color: rgb(77,219,254); }
H1.HeaderClassName
{
color: #4DDBFE;
}
.AnyTagClassName
{
color: #4DDBFE;
}
</style>
background-color css
<style>
a { background-color: #4DDBFE; }
a { background-color: rgb(77,219,254); }
div.DivClassName
{
background-color: #4DDBFE;
}
.BgClassName
{
background-color: #4DDBFE;
}
</style>
border-color css
<style>
span { border-color: #4DDBFE; }
span { border-color: rgb(77,219,254); }
td.TdClassName
{
border-color: #4DDBFE;
}
.TagClassName
{
border-color: #4DDBFE;
}
</style>