Shades of Bright Turquoise #0EDEDC
Tints of Bright Turquoise #0EDEDC
RGB
CMYK
RGB Variations
Color information
#0EDEDC (or 0x0EDEDC) is known color: Bright Turquoise. HEX triplet: 0E, DE and DC. RGB value is (14,222,220). Sum of RGB (Red+Green+Blue) = 14+222+220=456 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.07% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDEDC is #F12123. Grayscale: #9F9F9F. Windows color (decimal): -15802660 or 14474766. OLE color: 14474766.
HSL color Cylindrical-coordinate representation of color #0EDEDC: hue angle of 179.42º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDEDC is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 222 | 220 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.13 |
| HSL | 179.42º | 0.88% | 0.46% | - |
| HSV(B) | 179.42º | 0.94% | 0.87% | - |
| XYZ | 39.22 | 57.5 | 76.74 | - |
| YUV | 159.58 | 162.09 | 24.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 222 | 220 | 0.94 | 0 | 0.01 | 0.13 | 179.42 | 0.88 | 0.46 |
| Hex | E | DE | DC | 5E | 0 | 1 | D | B3 | 58 | 2E |
| Octal | 16 | 336 | 334 | 136 | 0 | 1 | 15 | 263 | 130 | 56 |
| Binary | 1110 | 11011110 | 11011100 | 1011110 | 0 | 1 | 1101 | 10110011 | 1011000 | 101110 |
Color Harmonies of #0EDEDC
Complementary color
Monochromatic Colors of #0EDEDC
Black with #0EDEDC
Text Example
Text Example
White with #0EDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDEDC; }
p { color: rgb(14,222,220); }
H1.HeaderClassName
{
color: #0EDEDC;
}
.AnyTagClassName
{
color: #0EDEDC;
}
</style>
background-color css
<style>
a { background-color: #0EDEDC; }
a { background-color: rgb(14,222,220); }
div.DivClassName
{
background-color: #0EDEDC;
}
.BgClassName
{
background-color: #0EDEDC;
}
</style>
border-color css
<style>
span { border-color: #0EDEDC; }
span { border-color: rgb(14,222,220); }
td.TdClassName
{
border-color: #0EDEDC;
}
.TagClassName
{
border-color: #0EDEDC;
}
</style>