Shades of Bright Turquoise #0EEDCD
Tints of Bright Turquoise #0EEDCD
RGB
CMYK
RGB Variations
Color information
#0EEDCD (or 0x0EEDCD) is known color: Bright Turquoise. HEX triplet: 0E, ED and CD. RGB value is (14,237,205). Sum of RGB (Red+Green+Blue) = 14+237+205=456 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.07% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #0EEDCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEDCD is #F11232. Grayscale: #A6A6A6. Windows color (decimal): -15798835 or 13495566. OLE color: 13495566.
HSL color Cylindrical-coordinate representation of color #0EEDCD: hue angle of 171.39º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEDCD is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 237 | 205 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.07 |
| HSL | 171.39º | 0.89% | 0.49% | - |
| HSV(B) | 171.39º | 0.94% | 0.93% | - |
| XYZ | 41.48 | 65.07 | 68.13 | - |
| YUV | 166.68 | 149.62 | 19.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 237 | 205 | 0.94 | 0 | 0.14 | 0.07 | 171.39 | 0.89 | 0.49 |
| Hex | E | ED | CD | 5E | 0 | E | 7 | AB | 59 | 31 |
| Octal | 16 | 355 | 315 | 136 | 0 | 16 | 7 | 253 | 131 | 61 |
| Binary | 1110 | 11101101 | 11001101 | 1011110 | 0 | 1110 | 111 | 10101011 | 1011001 | 110001 |
Color Harmonies of #0EEDCD
Complementary color
Monochromatic Colors of #0EEDCD
Black with #0EEDCD
Text Example
Text Example
White with #0EEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEDCD; }
p { color: rgb(14,237,205); }
H1.HeaderClassName
{
color: #0EEDCD;
}
.AnyTagClassName
{
color: #0EEDCD;
}
</style>
background-color css
<style>
a { background-color: #0EEDCD; }
a { background-color: rgb(14,237,205); }
div.DivClassName
{
background-color: #0EEDCD;
}
.BgClassName
{
background-color: #0EEDCD;
}
</style>
border-color css
<style>
span { border-color: #0EEDCD; }
span { border-color: rgb(14,237,205); }
td.TdClassName
{
border-color: #0EEDCD;
}
.TagClassName
{
border-color: #0EEDCD;
}
</style>