Shades of Turquoise Blue #4DDDFA
Tints of Turquoise Blue #4DDDFA
RGB
CMYK
RGB Variations
Color information
#4DDDFA (or 0x4DDDFA) is known color: Turquoise Blue. HEX triplet: 4D, DD and FA. RGB value is (77,221,250). Sum of RGB (Red+Green+Blue) = 77+221+250=548 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.05% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DDDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDDFA is #B22205. Grayscale: #B4B4B4. Windows color (decimal): -11674118 or 16440653. OLE color: 16440653.
HSL color Cylindrical-coordinate representation of color #4DDDFA: hue angle of 190.06º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DDDFA is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 221 | 250 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.02 |
| HSL | 190.06º | 0.95% | 0.64% | - |
| HSV(B) | 190.06º | 0.69% | 0.98% | - |
| XYZ | 46.17 | 60.19 | 99.63 | - |
| YUV | 181.25 | 166.79 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 250 | 0.69 | 0.12 | 0 | 0.02 | 190.06 | 0.95 | 0.64 |
| Hex | 4D | DD | FA | 45 | C | 0 | 2 | BE | 5F | 40 |
| Octal | 115 | 335 | 372 | 105 | 14 | 0 | 2 | 276 | 137 | 100 |
| Binary | 1001101 | 11011101 | 11111010 | 1000101 | 1100 | 0 | 10 | 10111110 | 1011111 | 1000000 |
Color Harmonies of #4DDDFA
Complementary color
Monochromatic Colors of #4DDDFA
Black with #4DDDFA
Text Example
Text Example
White with #4DDDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDFA; }
p { color: rgb(77,221,250); }
H1.HeaderClassName
{
color: #4DDDFA;
}
.AnyTagClassName
{
color: #4DDDFA;
}
</style>
background-color css
<style>
a { background-color: #4DDDFA; }
a { background-color: rgb(77,221,250); }
div.DivClassName
{
background-color: #4DDDFA;
}
.BgClassName
{
background-color: #4DDDFA;
}
</style>
border-color css
<style>
span { border-color: #4DDDFA; }
span { border-color: rgb(77,221,250); }
td.TdClassName
{
border-color: #4DDDFA;
}
.TagClassName
{
border-color: #4DDDFA;
}
</style>