Shades of Medium Turquoise #4EDBDB
Tints of Medium Turquoise #4EDBDB
RGB
CMYK
RGB Variations
Color information
#4EDBDB (or 0x4EDBDB) is known color: Medium Turquoise. HEX triplet: 4E, DB and DB. RGB value is (78,219,219). Sum of RGB (Red+Green+Blue) = 78+219+219=516 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.12% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #4EDBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBDB is #B12424. Grayscale: #B0B0B0. Windows color (decimal): -11609125 or 14408526. OLE color: 14408526.
HSL color Cylindrical-coordinate representation of color #4EDBDB: hue angle of 180º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDBDB is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 78 | 219 | 219 | - |
CMYK | 0.64 | 0 | 0 | 0.14 |
HSL | 180º | 0.66% | 0.58% | - |
HSV(B) | 180º | 0.64% | 0.86% | - |
XYZ | 41.26 | 57.4 | 75.92 | - |
YUV | 176.84 | 151.79 | 57.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 219 | 219 | 0.64 | 0 | 0 | 0.14 | 180 | 0.66 | 0.58 |
Hex | 4E | DB | DB | 40 | 0 | 0 | E | B4 | 42 | 3A |
Octal | 116 | 333 | 333 | 100 | 0 | 0 | 16 | 264 | 102 | 72 |
Binary | 1001110 | 11011011 | 11011011 | 1000000 | 0 | 0 | 1110 | 10110100 | 1000010 | 111010 |
Color Harmonies of #4EDBDB
Complementary color
Monochromatic Colors of #4EDBDB
Black with #4EDBDB
Text Example
Text Example
White with #4EDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBDB; }
p { color: rgb(78,219,219); }
H1.HeaderClassName
{
color: #4EDBDB;
}
.AnyTagClassName
{
color: #4EDBDB;
}
</style>
background-color css
<style>
a { background-color: #4EDBDB; }
a { background-color: rgb(78,219,219); }
div.DivClassName
{
background-color: #4EDBDB;
}
.BgClassName
{
background-color: #4EDBDB;
}
</style>
border-color css
<style>
span { border-color: #4EDBDB; }
span { border-color: rgb(78,219,219); }
td.TdClassName
{
border-color: #4EDBDB;
}
.TagClassName
{
border-color: #4EDBDB;
}
</style>