Shades of Bright Turquoise #0EEBCF
Tints of Bright Turquoise #0EEBCF
RGB
CMYK
RGB Variations
Color information
#0EEBCF (or 0x0EEBCF) is known color: Bright Turquoise. HEX triplet: 0E, EB and CF. RGB value is (14,235,207). Sum of RGB (Red+Green+Blue) = 14+235+207=456 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.07% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEBCF is #F11430. Grayscale: #A5A5A5. Windows color (decimal): -15799345 or 13626126. OLE color: 13626126.
HSL color Cylindrical-coordinate representation of color #0EEBCF: hue angle of 172.4º 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 #0EEBCF is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 207 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.08 |
| HSL | 172.4º | 0.89% | 0.49% | - |
| HSV(B) | 172.4º | 0.94% | 0.92% | - |
| XYZ | 41.15 | 64.02 | 69.22 | - |
| YUV | 165.73 | 151.28 | 19.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 207 | 0.94 | 0 | 0.12 | 0.08 | 172.4 | 0.89 | 0.49 |
| Hex | E | EB | CF | 5E | 0 | C | 8 | AC | 59 | 31 |
| Octal | 16 | 353 | 317 | 136 | 0 | 14 | 10 | 254 | 131 | 61 |
| Binary | 1110 | 11101011 | 11001111 | 1011110 | 0 | 1100 | 1000 | 10101100 | 1011001 | 110001 |
Color Harmonies of #0EEBCF
Complementary color
Monochromatic Colors of #0EEBCF
Black with #0EEBCF
Text Example
Text Example
White with #0EEBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBCF; }
p { color: rgb(14,235,207); }
H1.HeaderClassName
{
color: #0EEBCF;
}
.AnyTagClassName
{
color: #0EEBCF;
}
</style>
background-color css
<style>
a { background-color: #0EEBCF; }
a { background-color: rgb(14,235,207); }
div.DivClassName
{
background-color: #0EEBCF;
}
.BgClassName
{
background-color: #0EEBCF;
}
</style>
border-color css
<style>
span { border-color: #0EEBCF; }
span { border-color: rgb(14,235,207); }
td.TdClassName
{
border-color: #0EEBCF;
}
.TagClassName
{
border-color: #0EEBCF;
}
</style>