Shades of Turquoise Blue #4DDDFD
Tints of Turquoise Blue #4DDDFD
RGB
CMYK
RGB Variations
Color information
#4DDDFD (or 0x4DDDFD) is known color: Turquoise Blue. HEX triplet: 4D, DD and FD. RGB value is (77,221,253). Sum of RGB (Red+Green+Blue) = 77+221+253=551 (72% of max value = 765). Red value is 77 (30.47% from 255 or 13.97% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDDFD is #B22202. Grayscale: #B5B5B5. Windows color (decimal): -11674115 or 16637261. OLE color: 16637261.
HSL color Cylindrical-coordinate representation of color #4DDDFD: hue angle of 190.91º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DDDFD is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 221 | 253 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.01 |
| HSL | 190.91º | 0.98% | 0.65% | - |
| HSV(B) | 190.91º | 0.7% | 0.99% | - |
| XYZ | 46.65 | 60.38 | 102.13 | - |
| YUV | 181.59 | 168.29 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 253 | 0.70 | 0.13 | 0 | 0.01 | 190.91 | 0.98 | 0.65 |
| Hex | 4D | DD | FD | 46 | D | 0 | 1 | BF | 62 | 41 |
| Octal | 115 | 335 | 375 | 106 | 15 | 0 | 1 | 277 | 142 | 101 |
| Binary | 1001101 | 11011101 | 11111101 | 1000110 | 1101 | 0 | 1 | 10111111 | 1100010 | 1000001 |
Color Harmonies of #4DDDFD
Complementary color
Monochromatic Colors of #4DDDFD
Black with #4DDDFD
Text Example
Text Example
White with #4DDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDFD; }
p { color: rgb(77,221,253); }
H1.HeaderClassName
{
color: #4DDDFD;
}
.AnyTagClassName
{
color: #4DDDFD;
}
</style>
background-color css
<style>
a { background-color: #4DDDFD; }
a { background-color: rgb(77,221,253); }
div.DivClassName
{
background-color: #4DDDFD;
}
.BgClassName
{
background-color: #4DDDFD;
}
</style>
border-color css
<style>
span { border-color: #4DDDFD; }
span { border-color: rgb(77,221,253); }
td.TdClassName
{
border-color: #4DDDFD;
}
.TagClassName
{
border-color: #4DDDFD;
}
</style>