Shades of Turquoise Blue #4DDCEA
Tints of Turquoise Blue #4DDCEA
RGB
CMYK
RGB Variations
Color information
#4DDCEA (or 0x4DDCEA) is known color: Turquoise Blue. HEX triplet: 4D, DC and EA. RGB value is (77,220,234). Sum of RGB (Red+Green+Blue) = 77+220+234=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #4DDCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDCEA is #B22315. Grayscale: #B2B2B2. Windows color (decimal): -11674390 or 15391821. OLE color: 15391821.
HSL color Cylindrical-coordinate representation of color #4DDCEA: hue angle of 185.35º 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 #4DDCEA is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 220 | 234 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.08 |
| HSL | 185.35º | 0.79% | 0.61% | - |
| HSV(B) | 185.35º | 0.67% | 0.92% | - |
| XYZ | 43.51 | 58.7 | 86.88 | - |
| YUV | 178.84 | 159.12 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 234 | 0.67 | 0.06 | 0 | 0.08 | 185.35 | 0.79 | 0.61 |
| Hex | 4D | DC | EA | 43 | 6 | 0 | 8 | B9 | 4F | 3D |
| Octal | 115 | 334 | 352 | 103 | 6 | 0 | 10 | 271 | 117 | 75 |
| Binary | 1001101 | 11011100 | 11101010 | 1000011 | 110 | 0 | 1000 | 10111001 | 1001111 | 111101 |
Color Harmonies of #4DDCEA
Complementary color
Monochromatic Colors of #4DDCEA
Black with #4DDCEA
Text Example
Text Example
White with #4DDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCEA; }
p { color: rgb(77,220,234); }
H1.HeaderClassName
{
color: #4DDCEA;
}
.AnyTagClassName
{
color: #4DDCEA;
}
</style>
background-color css
<style>
a { background-color: #4DDCEA; }
a { background-color: rgb(77,220,234); }
div.DivClassName
{
background-color: #4DDCEA;
}
.BgClassName
{
background-color: #4DDCEA;
}
</style>
border-color css
<style>
span { border-color: #4DDCEA; }
span { border-color: rgb(77,220,234); }
td.TdClassName
{
border-color: #4DDCEA;
}
.TagClassName
{
border-color: #4DDCEA;
}
</style>