Shades of Turquoise Blue #4DDBFF
Tints of Turquoise Blue #4DDBFF
RGB
CMYK
RGB Variations
Color information
#4DDBFF (or 0x4DDBFF) is known color: Turquoise Blue. HEX triplet: 4D, DB and FF. RGB value is (77,219,255). Sum of RGB (Red+Green+Blue) = 77+219+255=551 (72% of max value = 765). Red value is 77 (30.47% from 255 or 13.97% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDBFF is #B22400. Grayscale: #B4B4B4. Windows color (decimal): -11674625 or 16767821. OLE color: 16767821.
HSL color Cylindrical-coordinate representation of color #4DDBFF: hue angle of 192.13º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DDBFF is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 219 | 255 | - |
| CMYK | 0.70 | 0.14 | 0 | 0 |
| HSL | 192.13º | 1% | 0.65% | - |
| HSV(B) | 192.13º | 0.7% | 1% | - |
| XYZ | 46.44 | 59.46 | 103.64 | - |
| YUV | 180.65 | 169.96 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 255 | 0.70 | 0.14 | 0 | 0 | 192.13 | 1 | 0.65 |
| Hex | 4D | DB | FF | 46 | E | 0 | 0 | C0 | 64 | 41 |
| Octal | 115 | 333 | 377 | 106 | 16 | 0 | 0 | 300 | 144 | 101 |
| Binary | 1001101 | 11011011 | 11111111 | 1000110 | 1110 | 0 | 0 | 11000000 | 1100100 | 1000001 |
Color Harmonies of #4DDBFF
Complementary color
Monochromatic Colors of #4DDBFF
Black with #4DDBFF
Text Example
Text Example
White with #4DDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBFF; }
p { color: rgb(77,219,255); }
H1.HeaderClassName
{
color: #4DDBFF;
}
.AnyTagClassName
{
color: #4DDBFF;
}
</style>
background-color css
<style>
a { background-color: #4DDBFF; }
a { background-color: rgb(77,219,255); }
div.DivClassName
{
background-color: #4DDBFF;
}
.BgClassName
{
background-color: #4DDBFF;
}
</style>
border-color css
<style>
span { border-color: #4DDBFF; }
span { border-color: rgb(77,219,255); }
td.TdClassName
{
border-color: #4DDBFF;
}
.TagClassName
{
border-color: #4DDBFF;
}
</style>