Shades of Turquoise Blue #4DDAFF
Tints of Turquoise Blue #4DDAFF
RGB
CMYK
RGB Variations
Color information
#4DDAFF (or 0x4DDAFF) is known color: Turquoise Blue. HEX triplet: 4D, DA and FF. RGB value is (77,218,255). Sum of RGB (Red+Green+Blue) = 77+218+255=550 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DDAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDAFF is #B22500. Grayscale: #B3B3B3. Windows color (decimal): -11674881 or 16767565. OLE color: 16767565.
HSL color Cylindrical-coordinate representation of color #4DDAFF: hue angle of 192.47º 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 #4DDAFF is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 218 | 255 | - |
| CMYK | 0.70 | 0.15 | 0 | 0 |
| HSL | 192.47º | 1% | 0.65% | - |
| HSV(B) | 192.47º | 0.7% | 1% | - |
| XYZ | 46.18 | 58.94 | 103.55 | - |
| YUV | 180.06 | 170.29 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 255 | 0.70 | 0.15 | 0 | 0 | 192.47 | 1 | 0.65 |
| Hex | 4D | DA | FF | 46 | F | 0 | 0 | C0 | 64 | 41 |
| Octal | 115 | 332 | 377 | 106 | 17 | 0 | 0 | 300 | 144 | 101 |
| Binary | 1001101 | 11011010 | 11111111 | 1000110 | 1111 | 0 | 0 | 11000000 | 1100100 | 1000001 |
Color Harmonies of #4DDAFF
Complementary color
Monochromatic Colors of #4DDAFF
Black with #4DDAFF
Text Example
Text Example
White with #4DDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDAFF; }
p { color: rgb(77,218,255); }
H1.HeaderClassName
{
color: #4DDAFF;
}
.AnyTagClassName
{
color: #4DDAFF;
}
</style>
background-color css
<style>
a { background-color: #4DDAFF; }
a { background-color: rgb(77,218,255); }
div.DivClassName
{
background-color: #4DDAFF;
}
.BgClassName
{
background-color: #4DDAFF;
}
</style>
border-color css
<style>
span { border-color: #4DDAFF; }
span { border-color: rgb(77,218,255); }
td.TdClassName
{
border-color: #4DDAFF;
}
.TagClassName
{
border-color: #4DDAFF;
}
</style>