Shades of Medium Turquoise #4DCADB
Tints of Medium Turquoise #4DCADB
RGB
CMYK
RGB Variations
Color information
#4DCADB (or 0x4DCADB) is known color: Medium Turquoise. HEX triplet: 4D, CA and DB. RGB value is (77,202,219). Sum of RGB (Red+Green+Blue) = 77+202+219=498 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.46% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DCADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCADB is #B23524. Grayscale: #A6A6A6. Windows color (decimal): -11679013 or 14404173. OLE color: 14404173.
HSL color Cylindrical-coordinate representation of color #4DCADB: hue angle of 187.18º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DCADB is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 202 | 219 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.14 |
| HSL | 187.18º | 0.66% | 0.58% | - |
| HSV(B) | 187.18º | 0.65% | 0.86% | - |
| XYZ | 36.97 | 48.93 | 74.51 | - |
| YUV | 166.56 | 157.59 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 219 | 0.65 | 0.08 | 0 | 0.14 | 187.18 | 0.66 | 0.58 |
| Hex | 4D | CA | DB | 41 | 8 | 0 | E | BB | 42 | 3A |
| Octal | 115 | 312 | 333 | 101 | 10 | 0 | 16 | 273 | 102 | 72 |
| Binary | 1001101 | 11001010 | 11011011 | 1000001 | 1000 | 0 | 1110 | 10111011 | 1000010 | 111010 |
Color Harmonies of #4DCADB
Complementary color
Monochromatic Colors of #4DCADB
Black with #4DCADB
Text Example
Text Example
White with #4DCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCADB; }
p { color: rgb(77,202,219); }
H1.HeaderClassName
{
color: #4DCADB;
}
.AnyTagClassName
{
color: #4DCADB;
}
</style>
background-color css
<style>
a { background-color: #4DCADB; }
a { background-color: rgb(77,202,219); }
div.DivClassName
{
background-color: #4DCADB;
}
.BgClassName
{
background-color: #4DCADB;
}
</style>
border-color css
<style>
span { border-color: #4DCADB; }
span { border-color: rgb(77,202,219); }
td.TdClassName
{
border-color: #4DCADB;
}
.TagClassName
{
border-color: #4DCADB;
}
</style>