Shades of Bright Turquoise #0EDCD6
Tints of Bright Turquoise #0EDCD6
RGB
CMYK
RGB Variations
Color information
#0EDCD6 (or 0x0EDCD6) is known color: Bright Turquoise. HEX triplet: 0E, DC and D6. RGB value is (14,220,214). Sum of RGB (Red+Green+Blue) = 14+220+214=448 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDCD6 is #F12329. Grayscale: #9D9D9D. Windows color (decimal): -15803178 or 14081038. OLE color: 14081038.
HSL color Cylindrical-coordinate representation of color #0EDCD6: hue angle of 178.25º 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 #0EDCD6 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 214 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.14 |
| HSL | 178.25º | 0.88% | 0.46% | - |
| HSV(B) | 178.25º | 0.94% | 0.86% | - |
| XYZ | 37.91 | 56.13 | 72.46 | - |
| YUV | 157.72 | 159.75 | 25.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 214 | 0.94 | 0 | 0.03 | 0.14 | 178.25 | 0.88 | 0.46 |
| Hex | E | DC | D6 | 5E | 0 | 3 | E | B2 | 58 | 2E |
| Octal | 16 | 334 | 326 | 136 | 0 | 3 | 16 | 262 | 130 | 56 |
| Binary | 1110 | 11011100 | 11010110 | 1011110 | 0 | 11 | 1110 | 10110010 | 1011000 | 101110 |
Color Harmonies of #0EDCD6
Complementary color
Monochromatic Colors of #0EDCD6
Black with #0EDCD6
Text Example
Text Example
White with #0EDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDCD6; }
p { color: rgb(14,220,214); }
H1.HeaderClassName
{
color: #0EDCD6;
}
.AnyTagClassName
{
color: #0EDCD6;
}
</style>
background-color css
<style>
a { background-color: #0EDCD6; }
a { background-color: rgb(14,220,214); }
div.DivClassName
{
background-color: #0EDCD6;
}
.BgClassName
{
background-color: #0EDCD6;
}
</style>
border-color css
<style>
span { border-color: #0EDCD6; }
span { border-color: rgb(14,220,214); }
td.TdClassName
{
border-color: #0EDCD6;
}
.TagClassName
{
border-color: #0EDCD6;
}
</style>