Shades of Bright Turquoise #0EEDDF
Tints of Bright Turquoise #0EEDDF
RGB
CMYK
RGB Variations
Color information
#0EEDDF (or 0x0EEDDF) is known color: Bright Turquoise. HEX triplet: 0E, ED and DF. RGB value is (14,237,223). Sum of RGB (Red+Green+Blue) = 14+237+223=474 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #0EEDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEDDF is #F11220. Grayscale: #A8A8A8. Windows color (decimal): -15798817 or 14675214. OLE color: 14675214.
HSL color Cylindrical-coordinate representation of color #0EEDDF: hue angle of 176.23º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEDDF is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 237 | 223 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.07 |
| HSL | 176.23º | 0.89% | 0.49% | - |
| HSV(B) | 176.23º | 0.94% | 0.93% | - |
| XYZ | 43.78 | 65.99 | 80.24 | - |
| YUV | 168.73 | 158.62 | 17.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 237 | 223 | 0.94 | 0 | 0.06 | 0.07 | 176.23 | 0.89 | 0.49 |
| Hex | E | ED | DF | 5E | 0 | 6 | 7 | B0 | 59 | 31 |
| Octal | 16 | 355 | 337 | 136 | 0 | 6 | 7 | 260 | 131 | 61 |
| Binary | 1110 | 11101101 | 11011111 | 1011110 | 0 | 110 | 111 | 10110000 | 1011001 | 110001 |
Color Harmonies of #0EEDDF
Complementary color
Monochromatic Colors of #0EEDDF
Black with #0EEDDF
Text Example
Text Example
White with #0EEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEDDF; }
p { color: rgb(14,237,223); }
H1.HeaderClassName
{
color: #0EEDDF;
}
.AnyTagClassName
{
color: #0EEDDF;
}
</style>
background-color css
<style>
a { background-color: #0EEDDF; }
a { background-color: rgb(14,237,223); }
div.DivClassName
{
background-color: #0EEDDF;
}
.BgClassName
{
background-color: #0EEDDF;
}
</style>
border-color css
<style>
span { border-color: #0EEDDF; }
span { border-color: rgb(14,237,223); }
td.TdClassName
{
border-color: #0EEDDF;
}
.TagClassName
{
border-color: #0EEDDF;
}
</style>