Shades of Bright Turquoise #0ED7EA
Tints of Bright Turquoise #0ED7EA
RGB
CMYK
RGB Variations
Color information
#0ED7EA (or 0x0ED7EA) is known color: Bright Turquoise. HEX triplet: 0E, D7 and EA. RGB value is (14,215,234). Sum of RGB (Red+Green+Blue) = 14+215+234=463 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.02% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #0ED7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED7EA is #F12815. Grayscale: #9C9C9C. Windows color (decimal): -15804438 or 15390478. OLE color: 15390478.
HSL color Cylindrical-coordinate representation of color #0ED7EA: hue angle of 185.18º 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 #0ED7EA is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 215 | 234 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.08 |
| HSL | 185.18º | 0.89% | 0.49% | - |
| HSV(B) | 185.18º | 0.94% | 0.92% | - |
| XYZ | 39.33 | 54.63 | 86.31 | - |
| YUV | 157.07 | 171.41 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 234 | 0.94 | 0.08 | 0 | 0.08 | 185.18 | 0.89 | 0.49 |
| Hex | E | D7 | EA | 5E | 8 | 0 | 8 | B9 | 59 | 31 |
| Octal | 16 | 327 | 352 | 136 | 10 | 0 | 10 | 271 | 131 | 61 |
| Binary | 1110 | 11010111 | 11101010 | 1011110 | 1000 | 0 | 1000 | 10111001 | 1011001 | 110001 |
Color Harmonies of #0ED7EA
Complementary color
Monochromatic Colors of #0ED7EA
Black with #0ED7EA
Text Example
Text Example
White with #0ED7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED7EA; }
p { color: rgb(14,215,234); }
H1.HeaderClassName
{
color: #0ED7EA;
}
.AnyTagClassName
{
color: #0ED7EA;
}
</style>
background-color css
<style>
a { background-color: #0ED7EA; }
a { background-color: rgb(14,215,234); }
div.DivClassName
{
background-color: #0ED7EA;
}
.BgClassName
{
background-color: #0ED7EA;
}
</style>
border-color css
<style>
span { border-color: #0ED7EA; }
span { border-color: rgb(14,215,234); }
td.TdClassName
{
border-color: #0ED7EA;
}
.TagClassName
{
border-color: #0ED7EA;
}
</style>