Shades of Bright Turquoise #0EDFEB
Tints of Bright Turquoise #0EDFEB
RGB
CMYK
RGB Variations
Color information
#0EDFEB (or 0x0EDFEB) is known color: Bright Turquoise. HEX triplet: 0E, DF and EB. RGB value is (14,223,235). Sum of RGB (Red+Green+Blue) = 14+223+235=472 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #0EDFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDFEB is #F12014. Grayscale: #A1A1A1. Windows color (decimal): -15802389 or 15458062. OLE color: 15458062.
HSL color Cylindrical-coordinate representation of color #0EDFEB: hue angle of 183.26º 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 #0EDFEB is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 223 | 235 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.08 |
| HSL | 183.26º | 0.89% | 0.49% | - |
| HSV(B) | 183.26º | 0.94% | 0.92% | - |
| XYZ | 41.56 | 58.87 | 87.77 | - |
| YUV | 161.88 | 169.26 | 22.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 235 | 0.94 | 0.05 | 0 | 0.08 | 183.26 | 0.89 | 0.49 |
| Hex | E | DF | EB | 5E | 5 | 0 | 8 | B7 | 59 | 31 |
| Octal | 16 | 337 | 353 | 136 | 5 | 0 | 10 | 267 | 131 | 61 |
| Binary | 1110 | 11011111 | 11101011 | 1011110 | 101 | 0 | 1000 | 10110111 | 1011001 | 110001 |
Color Harmonies of #0EDFEB
Complementary color
Monochromatic Colors of #0EDFEB
Black with #0EDFEB
Text Example
Text Example
White with #0EDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDFEB; }
p { color: rgb(14,223,235); }
H1.HeaderClassName
{
color: #0EDFEB;
}
.AnyTagClassName
{
color: #0EDFEB;
}
</style>
background-color css
<style>
a { background-color: #0EDFEB; }
a { background-color: rgb(14,223,235); }
div.DivClassName
{
background-color: #0EDFEB;
}
.BgClassName
{
background-color: #0EDFEB;
}
</style>
border-color css
<style>
span { border-color: #0EDFEB; }
span { border-color: rgb(14,223,235); }
td.TdClassName
{
border-color: #0EDFEB;
}
.TagClassName
{
border-color: #0EDFEB;
}
</style>