Shades of Bright Turquoise #0ED4EA
Tints of Bright Turquoise #0ED4EA
RGB
CMYK
RGB Variations
Color information
#0ED4EA (or 0x0ED4EA) is known color: Bright Turquoise. HEX triplet: 0E, D4 and EA. RGB value is (14,212,234). Sum of RGB (Red+Green+Blue) = 14+212+234=460 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.04% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #0ED4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED4EA is #F12B15. Grayscale: #9B9B9B. Windows color (decimal): -15805206 or 15389710. OLE color: 15389710.
HSL color Cylindrical-coordinate representation of color #0ED4EA: hue angle of 186º 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 #0ED4EA is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 212 | 234 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.08 |
| HSL | 186º | 0.89% | 0.49% | - |
| HSV(B) | 186º | 0.94% | 0.92% | - |
| XYZ | 38.58 | 53.12 | 86.06 | - |
| YUV | 155.31 | 172.4 | 27.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 212 | 234 | 0.94 | 0.09 | 0 | 0.08 | 186 | 0.89 | 0.49 |
| Hex | E | D4 | EA | 5E | 9 | 0 | 8 | BA | 59 | 31 |
| Octal | 16 | 324 | 352 | 136 | 11 | 0 | 10 | 272 | 131 | 61 |
| Binary | 1110 | 11010100 | 11101010 | 1011110 | 1001 | 0 | 1000 | 10111010 | 1011001 | 110001 |
Color Harmonies of #0ED4EA
Complementary color
Monochromatic Colors of #0ED4EA
Black with #0ED4EA
Text Example
Text Example
White with #0ED4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED4EA; }
p { color: rgb(14,212,234); }
H1.HeaderClassName
{
color: #0ED4EA;
}
.AnyTagClassName
{
color: #0ED4EA;
}
</style>
background-color css
<style>
a { background-color: #0ED4EA; }
a { background-color: rgb(14,212,234); }
div.DivClassName
{
background-color: #0ED4EA;
}
.BgClassName
{
background-color: #0ED4EA;
}
</style>
border-color css
<style>
span { border-color: #0ED4EA; }
span { border-color: rgb(14,212,234); }
td.TdClassName
{
border-color: #0ED4EA;
}
.TagClassName
{
border-color: #0ED4EA;
}
</style>