Shades of Bright Turquoise #0EE5DC
Tints of Bright Turquoise #0EE5DC
RGB
CMYK
RGB Variations
Color information
#0EE5DC (or 0x0EE5DC) is known color: Bright Turquoise. HEX triplet: 0E, E5 and DC. RGB value is (14,229,220). Sum of RGB (Red+Green+Blue) = 14+229+220=463 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.02% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #0EE5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE5DC is #F11A23. Grayscale: #A3A3A3. Windows color (decimal): -15800868 or 14476558. OLE color: 14476558.
HSL color Cylindrical-coordinate representation of color #0EE5DC: hue angle of 177.49º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE5DC is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 229 | 220 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.10 |
| HSL | 177.49º | 0.88% | 0.48% | - |
| HSV(B) | 177.49º | 0.94% | 0.9% | - |
| XYZ | 41.12 | 61.3 | 77.37 | - |
| YUV | 163.69 | 159.77 | 21.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 229 | 220 | 0.94 | 0 | 0.04 | 0.10 | 177.49 | 0.88 | 0.48 |
| Hex | E | E5 | DC | 5E | 0 | 4 | A | B1 | 58 | 30 |
| Octal | 16 | 345 | 334 | 136 | 0 | 4 | 12 | 261 | 130 | 60 |
| Binary | 1110 | 11100101 | 11011100 | 1011110 | 0 | 100 | 1010 | 10110001 | 1011000 | 110000 |
Color Harmonies of #0EE5DC
Complementary color
Monochromatic Colors of #0EE5DC
Black with #0EE5DC
Text Example
Text Example
White with #0EE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE5DC; }
p { color: rgb(14,229,220); }
H1.HeaderClassName
{
color: #0EE5DC;
}
.AnyTagClassName
{
color: #0EE5DC;
}
</style>
background-color css
<style>
a { background-color: #0EE5DC; }
a { background-color: rgb(14,229,220); }
div.DivClassName
{
background-color: #0EE5DC;
}
.BgClassName
{
background-color: #0EE5DC;
}
</style>
border-color css
<style>
span { border-color: #0EE5DC; }
span { border-color: rgb(14,229,220); }
td.TdClassName
{
border-color: #0EE5DC;
}
.TagClassName
{
border-color: #0EE5DC;
}
</style>