Shades of Turquoise #4DE6DB
Tints of Turquoise #4DE6DB
RGB
CMYK
RGB Variations
Color information
#4DE6DB (or 0x4DE6DB) is known color: Turquoise. HEX triplet: 4D, E6 and DB. RGB value is (77,230,219). Sum of RGB (Red+Green+Blue) = 77+230+219=526 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.64% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #4DE6DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DE6DB is #B21924. Grayscale: #B6B6B6. Windows color (decimal): -11671845 or 14411341. OLE color: 14411341.
HSL color Cylindrical-coordinate representation of color #4DE6DB: hue angle of 175.69º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DE6DB is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 230 | 219 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.10 |
| HSL | 175.69º | 0.75% | 0.6% | - |
| HSV(B) | 175.69º | 0.67% | 0.9% | - |
| XYZ | 44.14 | 63.29 | 76.91 | - |
| YUV | 183 | 148.31 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 230 | 219 | 0.67 | 0 | 0.05 | 0.10 | 175.69 | 0.75 | 0.6 |
| Hex | 4D | E6 | DB | 43 | 0 | 5 | A | B0 | 4B | 3C |
| Octal | 115 | 346 | 333 | 103 | 0 | 5 | 12 | 260 | 113 | 74 |
| Binary | 1001101 | 11100110 | 11011011 | 1000011 | 0 | 101 | 1010 | 10110000 | 1001011 | 111100 |
Color Harmonies of #4DE6DB
Complementary color
Monochromatic Colors of #4DE6DB
Black with #4DE6DB
Text Example
Text Example
White with #4DE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE6DB; }
p { color: rgb(77,230,219); }
H1.HeaderClassName
{
color: #4DE6DB;
}
.AnyTagClassName
{
color: #4DE6DB;
}
</style>
background-color css
<style>
a { background-color: #4DE6DB; }
a { background-color: rgb(77,230,219); }
div.DivClassName
{
background-color: #4DE6DB;
}
.BgClassName
{
background-color: #4DE6DB;
}
</style>
border-color css
<style>
span { border-color: #4DE6DB; }
span { border-color: rgb(77,230,219); }
td.TdClassName
{
border-color: #4DE6DB;
}
.TagClassName
{
border-color: #4DE6DB;
}
</style>