Shades of Bright Turquoise #0EE0CD
Tints of Bright Turquoise #0EE0CD
RGB
CMYK
RGB Variations
Color information
#0EE0CD (or 0x0EE0CD) is known color: Bright Turquoise. HEX triplet: 0E, E0 and CD. RGB value is (14,224,205). Sum of RGB (Red+Green+Blue) = 14+224+205=443 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.16% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE0CD is #F11F32. Grayscale: #9E9E9E. Windows color (decimal): -15802163 or 13492238. OLE color: 13492238.
HSL color Cylindrical-coordinate representation of color #0EE0CD: hue angle of 174.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE0CD is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 205 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.12 |
| HSL | 174.57º | 0.88% | 0.47% | - |
| HSV(B) | 174.57º | 0.94% | 0.88% | - |
| XYZ | 37.86 | 57.81 | 66.92 | - |
| YUV | 159.04 | 153.93 | 24.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 205 | 0.94 | 0 | 0.08 | 0.12 | 174.57 | 0.88 | 0.47 |
| Hex | E | E0 | CD | 5E | 0 | 8 | C | AF | 58 | 2F |
| Octal | 16 | 340 | 315 | 136 | 0 | 10 | 14 | 257 | 130 | 57 |
| Binary | 1110 | 11100000 | 11001101 | 1011110 | 0 | 1000 | 1100 | 10101111 | 1011000 | 101111 |
Color Harmonies of #0EE0CD
Complementary color
Monochromatic Colors of #0EE0CD
Black with #0EE0CD
Text Example
Text Example
White with #0EE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE0CD; }
p { color: rgb(14,224,205); }
H1.HeaderClassName
{
color: #0EE0CD;
}
.AnyTagClassName
{
color: #0EE0CD;
}
</style>
background-color css
<style>
a { background-color: #0EE0CD; }
a { background-color: rgb(14,224,205); }
div.DivClassName
{
background-color: #0EE0CD;
}
.BgClassName
{
background-color: #0EE0CD;
}
</style>
border-color css
<style>
span { border-color: #0EE0CD; }
span { border-color: rgb(14,224,205); }
td.TdClassName
{
border-color: #0EE0CD;
}
.TagClassName
{
border-color: #0EE0CD;
}
</style>