Shades of Turquoise Blue #4DEDF3
Tints of Turquoise Blue #4DEDF3
RGB
CMYK
RGB Variations
Color information
#4DEDF3 (or 0x4DEDF3) is known color: Turquoise Blue. HEX triplet: 4D, ED and F3. RGB value is (77,237,243). Sum of RGB (Red+Green+Blue) = 77+237+243=557 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.82% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #4DEDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEDF3 is #B2120C. Grayscale: #BDBDBD. Windows color (decimal): -11670029 or 15985997. OLE color: 15985997.
HSL color Cylindrical-coordinate representation of color #4DEDF3: hue angle of 182.17º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEDF3 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 237 | 243 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.05 |
| HSL | 182.17º | 0.87% | 0.63% | - |
| HSV(B) | 182.17º | 0.68% | 0.95% | - |
| XYZ | 49.52 | 68.62 | 95.43 | - |
| YUV | 189.84 | 157.99 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 243 | 0.68 | 0.02 | 0 | 0.05 | 182.17 | 0.87 | 0.63 |
| Hex | 4D | ED | F3 | 44 | 2 | 0 | 5 | B6 | 57 | 3F |
| Octal | 115 | 355 | 363 | 104 | 2 | 0 | 5 | 266 | 127 | 77 |
| Binary | 1001101 | 11101101 | 11110011 | 1000100 | 10 | 0 | 101 | 10110110 | 1010111 | 111111 |
Color Harmonies of #4DEDF3
Complementary color
Monochromatic Colors of #4DEDF3
Black with #4DEDF3
Text Example
Text Example
White with #4DEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDF3; }
p { color: rgb(77,237,243); }
H1.HeaderClassName
{
color: #4DEDF3;
}
.AnyTagClassName
{
color: #4DEDF3;
}
</style>
background-color css
<style>
a { background-color: #4DEDF3; }
a { background-color: rgb(77,237,243); }
div.DivClassName
{
background-color: #4DEDF3;
}
.BgClassName
{
background-color: #4DEDF3;
}
</style>
border-color css
<style>
span { border-color: #4DEDF3; }
span { border-color: rgb(77,237,243); }
td.TdClassName
{
border-color: #4DEDF3;
}
.TagClassName
{
border-color: #4DEDF3;
}
</style>