Shades of Bright Turquoise #0EDCDB
Tints of Bright Turquoise #0EDCDB
RGB
CMYK
RGB Variations
Color information
#0EDCDB (or 0x0EDCDB) is known color: Bright Turquoise. HEX triplet: 0E, DC and DB. RGB value is (14,220,219). Sum of RGB (Red+Green+Blue) = 14+220+219=453 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.09% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDCDB is #F12324. Grayscale: #9E9E9E. Windows color (decimal): -15803173 or 14408718. OLE color: 14408718.
HSL color Cylindrical-coordinate representation of color #0EDCDB: hue angle of 179.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDCDB is Cyan = 0.94, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 219 | - |
| CMYK | 0.94 | 0 | 0.00 | 0.14 |
| HSL | 179.71º | 0.88% | 0.46% | - |
| HSV(B) | 179.71º | 0.94% | 0.86% | - |
| XYZ | 38.56 | 56.39 | 75.87 | - |
| YUV | 158.29 | 162.25 | 25.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 219 | 0.94 | 0 | 0.00 | 0.14 | 179.71 | 0.88 | 0.46 |
| Hex | E | DC | DB | 5E | 0 | 0 | E | B4 | 58 | 2E |
| Octal | 16 | 334 | 333 | 136 | 0 | 0 | 16 | 264 | 130 | 56 |
| Binary | 1110 | 11011100 | 11011011 | 1011110 | 0 | 0 | 1110 | 10110100 | 1011000 | 101110 |
Color Harmonies of #0EDCDB
Complementary color
Monochromatic Colors of #0EDCDB
Black with #0EDCDB
Text Example
Text Example
White with #0EDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDCDB; }
p { color: rgb(14,220,219); }
H1.HeaderClassName
{
color: #0EDCDB;
}
.AnyTagClassName
{
color: #0EDCDB;
}
</style>
background-color css
<style>
a { background-color: #0EDCDB; }
a { background-color: rgb(14,220,219); }
div.DivClassName
{
background-color: #0EDCDB;
}
.BgClassName
{
background-color: #0EDCDB;
}
</style>
border-color css
<style>
span { border-color: #0EDCDB; }
span { border-color: rgb(14,220,219); }
td.TdClassName
{
border-color: #0EDCDB;
}
.TagClassName
{
border-color: #0EDCDB;
}
</style>