Shades of Turquoise Blue #4DDAFE
Tints of Turquoise Blue #4DDAFE
RGB
CMYK
RGB Variations
Color information
#4DDAFE (or 0x4DDAFE) is known color: Turquoise Blue. HEX triplet: 4D, DA and FE. RGB value is (77,218,254). Sum of RGB (Red+Green+Blue) = 77+218+254=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DDAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDAFE is #B22501. Grayscale: #B3B3B3. Windows color (decimal): -11674882 or 16702029. OLE color: 16702029.
HSL color Cylindrical-coordinate representation of color #4DDAFE: hue angle of 192.2º 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 #4DDAFE is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 218 | 254 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.00 |
| HSL | 192.2º | 0.99% | 0.65% | - |
| HSV(B) | 192.2º | 0.7% | 1% | - |
| XYZ | 46.02 | 58.88 | 102.7 | - |
| YUV | 179.95 | 169.79 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 254 | 0.70 | 0.14 | 0 | 0.00 | 192.2 | 0.99 | 0.65 |
| Hex | 4D | DA | FE | 46 | E | 0 | 0 | C0 | 63 | 41 |
| Octal | 115 | 332 | 376 | 106 | 16 | 0 | 0 | 300 | 143 | 101 |
| Binary | 1001101 | 11011010 | 11111110 | 1000110 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000001 |
Color Harmonies of #4DDAFE
Complementary color
Monochromatic Colors of #4DDAFE
Black with #4DDAFE
Text Example
Text Example
White with #4DDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDAFE; }
p { color: rgb(77,218,254); }
H1.HeaderClassName
{
color: #4DDAFE;
}
.AnyTagClassName
{
color: #4DDAFE;
}
</style>
background-color css
<style>
a { background-color: #4DDAFE; }
a { background-color: rgb(77,218,254); }
div.DivClassName
{
background-color: #4DDAFE;
}
.BgClassName
{
background-color: #4DDAFE;
}
</style>
border-color css
<style>
span { border-color: #4DDAFE; }
span { border-color: rgb(77,218,254); }
td.TdClassName
{
border-color: #4DDAFE;
}
.TagClassName
{
border-color: #4DDAFE;
}
</style>