Shades of Turquoise Blue #4DEDF6
Tints of Turquoise Blue #4DEDF6
RGB
CMYK
RGB Variations
Color information
#4DEDF6 (or 0x4DEDF6) is known color: Turquoise Blue. HEX triplet: 4D, ED and F6. RGB value is (77,237,246). Sum of RGB (Red+Green+Blue) = 77+237+246=560 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.75% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #4DEDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEDF6 is #B21209. Grayscale: #BDBDBD. Windows color (decimal): -11670026 or 16182605. OLE color: 16182605.
HSL color Cylindrical-coordinate representation of color #4DEDF6: hue angle of 183.2º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DEDF6 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 237 | 246 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.04 |
| HSL | 183.2º | 0.9% | 0.63% | - |
| HSV(B) | 183.2º | 0.69% | 0.96% | - |
| XYZ | 49.98 | 68.8 | 97.83 | - |
| YUV | 190.19 | 159.49 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 246 | 0.69 | 0.04 | 0 | 0.04 | 183.2 | 0.9 | 0.63 |
| Hex | 4D | ED | F6 | 45 | 4 | 0 | 4 | B7 | 5A | 3F |
| Octal | 115 | 355 | 366 | 105 | 4 | 0 | 4 | 267 | 132 | 77 |
| Binary | 1001101 | 11101101 | 11110110 | 1000101 | 100 | 0 | 100 | 10110111 | 1011010 | 111111 |
Color Harmonies of #4DEDF6
Complementary color
Monochromatic Colors of #4DEDF6
Black with #4DEDF6
Text Example
Text Example
White with #4DEDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDF6; }
p { color: rgb(77,237,246); }
H1.HeaderClassName
{
color: #4DEDF6;
}
.AnyTagClassName
{
color: #4DEDF6;
}
</style>
background-color css
<style>
a { background-color: #4DEDF6; }
a { background-color: rgb(77,237,246); }
div.DivClassName
{
background-color: #4DEDF6;
}
.BgClassName
{
background-color: #4DEDF6;
}
</style>
border-color css
<style>
span { border-color: #4DEDF6; }
span { border-color: rgb(77,237,246); }
td.TdClassName
{
border-color: #4DEDF6;
}
.TagClassName
{
border-color: #4DEDF6;
}
</style>