Shades of Turquoise Blue #4DDAEA
Tints of Turquoise Blue #4DDAEA
RGB
CMYK
RGB Variations
Color information
#4DDAEA (or 0x4DDAEA) is known color: Turquoise Blue. HEX triplet: 4D, DA and EA. RGB value is (77,218,234). Sum of RGB (Red+Green+Blue) = 77+218+234=529 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.56% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #4DDAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDAEA is #B22515. Grayscale: #B1B1B1. Windows color (decimal): -11674902 or 15391309. OLE color: 15391309.
HSL color Cylindrical-coordinate representation of color #4DDAEA: hue angle of 186.11º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DDAEA is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 218 | 234 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.08 |
| HSL | 186.11º | 0.79% | 0.61% | - |
| HSV(B) | 186.11º | 0.67% | 0.92% | - |
| XYZ | 42.98 | 57.66 | 86.71 | - |
| YUV | 177.67 | 159.79 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 234 | 0.67 | 0.07 | 0 | 0.08 | 186.11 | 0.79 | 0.61 |
| Hex | 4D | DA | EA | 43 | 7 | 0 | 8 | BA | 4F | 3D |
| Octal | 115 | 332 | 352 | 103 | 7 | 0 | 10 | 272 | 117 | 75 |
| Binary | 1001101 | 11011010 | 11101010 | 1000011 | 111 | 0 | 1000 | 10111010 | 1001111 | 111101 |
Color Harmonies of #4DDAEA
Complementary color
Monochromatic Colors of #4DDAEA
Black with #4DDAEA
Text Example
Text Example
White with #4DDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDAEA; }
p { color: rgb(77,218,234); }
H1.HeaderClassName
{
color: #4DDAEA;
}
.AnyTagClassName
{
color: #4DDAEA;
}
</style>
background-color css
<style>
a { background-color: #4DDAEA; }
a { background-color: rgb(77,218,234); }
div.DivClassName
{
background-color: #4DDAEA;
}
.BgClassName
{
background-color: #4DDAEA;
}
</style>
border-color css
<style>
span { border-color: #4DDAEA; }
span { border-color: rgb(77,218,234); }
td.TdClassName
{
border-color: #4DDAEA;
}
.TagClassName
{
border-color: #4DDAEA;
}
</style>