Shades of Turquoise Blue #4DE3EF
Tints of Turquoise Blue #4DE3EF
RGB
CMYK
RGB Variations
Color information
#4DE3EF (or 0x4DE3EF) is known color: Turquoise Blue. HEX triplet: 4D, E3 and EF. RGB value is (77,227,239). Sum of RGB (Red+Green+Blue) = 77+227+239=543 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.18% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DE3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DE3EF is #B21C10. Grayscale: #B7B7B7. Windows color (decimal): -11672593 or 15721293. OLE color: 15721293.
HSL color Cylindrical-coordinate representation of color #4DE3EF: hue angle of 184.44º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DE3EF is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 227 | 239 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.06 |
| HSL | 184.44º | 0.84% | 0.62% | - |
| HSV(B) | 184.44º | 0.68% | 0.94% | - |
| XYZ | 46.11 | 62.75 | 91.34 | - |
| YUV | 183.52 | 159.31 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 227 | 239 | 0.68 | 0.05 | 0 | 0.06 | 184.44 | 0.84 | 0.62 |
| Hex | 4D | E3 | EF | 44 | 5 | 0 | 6 | B8 | 54 | 3E |
| Octal | 115 | 343 | 357 | 104 | 5 | 0 | 6 | 270 | 124 | 76 |
| Binary | 1001101 | 11100011 | 11101111 | 1000100 | 101 | 0 | 110 | 10111000 | 1010100 | 111110 |
Color Harmonies of #4DE3EF
Complementary color
Monochromatic Colors of #4DE3EF
Black with #4DE3EF
Text Example
Text Example
White with #4DE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE3EF; }
p { color: rgb(77,227,239); }
H1.HeaderClassName
{
color: #4DE3EF;
}
.AnyTagClassName
{
color: #4DE3EF;
}
</style>
background-color css
<style>
a { background-color: #4DE3EF; }
a { background-color: rgb(77,227,239); }
div.DivClassName
{
background-color: #4DE3EF;
}
.BgClassName
{
background-color: #4DE3EF;
}
</style>
border-color css
<style>
span { border-color: #4DE3EF; }
span { border-color: rgb(77,227,239); }
td.TdClassName
{
border-color: #4DE3EF;
}
.TagClassName
{
border-color: #4DE3EF;
}
</style>