Shades of Medium Turquoise #4DCFDB
Tints of Medium Turquoise #4DCFDB
RGB
CMYK
RGB Variations
Color information
#4DCFDB (or 0x4DCFDB) is known color: Medium Turquoise. HEX triplet: 4D, CF and DB. RGB value is (77,207,219). Sum of RGB (Red+Green+Blue) = 77+207+219=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DCFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCFDB is #B23024. Grayscale: #A9A9A9. Windows color (decimal): -11677733 or 14405453. OLE color: 14405453.
HSL color Cylindrical-coordinate representation of color #4DCFDB: hue angle of 185.07º 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 #4DCFDB is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 207 | 219 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.14 |
| HSL | 185.07º | 0.66% | 0.58% | - |
| HSV(B) | 185.07º | 0.65% | 0.86% | - |
| XYZ | 38.16 | 51.32 | 74.91 | - |
| YUV | 169.5 | 155.93 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 219 | 0.65 | 0.05 | 0 | 0.14 | 185.07 | 0.66 | 0.58 |
| Hex | 4D | CF | DB | 41 | 5 | 0 | E | B9 | 42 | 3A |
| Octal | 115 | 317 | 333 | 101 | 5 | 0 | 16 | 271 | 102 | 72 |
| Binary | 1001101 | 11001111 | 11011011 | 1000001 | 101 | 0 | 1110 | 10111001 | 1000010 | 111010 |
Color Harmonies of #4DCFDB
Complementary color
Monochromatic Colors of #4DCFDB
Black with #4DCFDB
Text Example
Text Example
White with #4DCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFDB; }
p { color: rgb(77,207,219); }
H1.HeaderClassName
{
color: #4DCFDB;
}
.AnyTagClassName
{
color: #4DCFDB;
}
</style>
background-color css
<style>
a { background-color: #4DCFDB; }
a { background-color: rgb(77,207,219); }
div.DivClassName
{
background-color: #4DCFDB;
}
.BgClassName
{
background-color: #4DCFDB;
}
</style>
border-color css
<style>
span { border-color: #4DCFDB; }
span { border-color: rgb(77,207,219); }
td.TdClassName
{
border-color: #4DCFDB;
}
.TagClassName
{
border-color: #4DCFDB;
}
</style>