Shades of Turquoise Blue #4DDEFA
Tints of Turquoise Blue #4DDEFA
RGB
CMYK
RGB Variations
Color information
#4DDEFA (or 0x4DDEFA) is known color: Turquoise Blue. HEX triplet: 4D, DE and FA. RGB value is (77,222,250). Sum of RGB (Red+Green+Blue) = 77+222+250=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DDEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDEFA is #B22105. Grayscale: #B5B5B5. Windows color (decimal): -11673862 or 16440909. OLE color: 16440909.
HSL color Cylindrical-coordinate representation of color #4DDEFA: hue angle of 189.71º 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 #4DDEFA is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 222 | 250 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.02 |
| HSL | 189.71º | 0.95% | 0.64% | - |
| HSV(B) | 189.71º | 0.69% | 0.98% | - |
| XYZ | 46.44 | 60.72 | 99.72 | - |
| YUV | 181.84 | 166.46 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 250 | 0.69 | 0.11 | 0 | 0.02 | 189.71 | 0.95 | 0.64 |
| Hex | 4D | DE | FA | 45 | B | 0 | 2 | BE | 5F | 40 |
| Octal | 115 | 336 | 372 | 105 | 13 | 0 | 2 | 276 | 137 | 100 |
| Binary | 1001101 | 11011110 | 11111010 | 1000101 | 1011 | 0 | 10 | 10111110 | 1011111 | 1000000 |
Color Harmonies of #4DDEFA
Complementary color
Monochromatic Colors of #4DDEFA
Black with #4DDEFA
Text Example
Text Example
White with #4DDEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDEFA; }
p { color: rgb(77,222,250); }
H1.HeaderClassName
{
color: #4DDEFA;
}
.AnyTagClassName
{
color: #4DDEFA;
}
</style>
background-color css
<style>
a { background-color: #4DDEFA; }
a { background-color: rgb(77,222,250); }
div.DivClassName
{
background-color: #4DDEFA;
}
.BgClassName
{
background-color: #4DDEFA;
}
</style>
border-color css
<style>
span { border-color: #4DDEFA; }
span { border-color: rgb(77,222,250); }
td.TdClassName
{
border-color: #4DDEFA;
}
.TagClassName
{
border-color: #4DDEFA;
}
</style>