Shades of Bright Turquoise #0EEBCD
Tints of Bright Turquoise #0EEBCD
RGB
CMYK
RGB Variations
Color information
#0EEBCD (or 0x0EEBCD) is known color: Bright Turquoise. HEX triplet: 0E, EB and CD. RGB value is (14,235,205). Sum of RGB (Red+Green+Blue) = 14+235+205=454 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEBCD is #F11432. Grayscale: #A5A5A5. Windows color (decimal): -15799347 or 13495054. OLE color: 13495054.
HSL color Cylindrical-coordinate representation of color #0EEBCD: hue angle of 171.86º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEBCD is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 205 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.08 |
| HSL | 171.86º | 0.89% | 0.49% | - |
| HSV(B) | 171.86º | 0.94% | 0.92% | - |
| XYZ | 40.91 | 63.92 | 67.94 | - |
| YUV | 165.5 | 150.28 | 19.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 205 | 0.94 | 0 | 0.13 | 0.08 | 171.86 | 0.89 | 0.49 |
| Hex | E | EB | CD | 5E | 0 | D | 8 | AC | 59 | 31 |
| Octal | 16 | 353 | 315 | 136 | 0 | 15 | 10 | 254 | 131 | 61 |
| Binary | 1110 | 11101011 | 11001101 | 1011110 | 0 | 1101 | 1000 | 10101100 | 1011001 | 110001 |
Color Harmonies of #0EEBCD
Complementary color
Monochromatic Colors of #0EEBCD
Black with #0EEBCD
Text Example
Text Example
White with #0EEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBCD; }
p { color: rgb(14,235,205); }
H1.HeaderClassName
{
color: #0EEBCD;
}
.AnyTagClassName
{
color: #0EEBCD;
}
</style>
background-color css
<style>
a { background-color: #0EEBCD; }
a { background-color: rgb(14,235,205); }
div.DivClassName
{
background-color: #0EEBCD;
}
.BgClassName
{
background-color: #0EEBCD;
}
</style>
border-color css
<style>
span { border-color: #0EEBCD; }
span { border-color: rgb(14,235,205); }
td.TdClassName
{
border-color: #0EEBCD;
}
.TagClassName
{
border-color: #0EEBCD;
}
</style>