Shades of Bright Turquoise #0EFEDF
Tints of Bright Turquoise #0EFEDF
RGB
CMYK
RGB Variations
Color information
#0EFEDF (or 0x0EFEDF) is known color: Bright Turquoise. HEX triplet: 0E, FE and DF. RGB value is (14,254,223). Sum of RGB (Red+Green+Blue) = 14+254+223=491 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.85% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFEDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFEDF is #F10120. Grayscale: #B2B2B2. Windows color (decimal): -15794465 or 14679566. OLE color: 14679566.
HSL color Cylindrical-coordinate representation of color #0EFEDF: hue angle of 172.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFEDF is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 223 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.00 |
| HSL | 172.25º | 0.99% | 0.53% | - |
| HSV(B) | 172.25º | 0.94% | 1% | - |
| XYZ | 48.94 | 76.3 | 81.96 | - |
| YUV | 178.71 | 152.99 | 10.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 223 | 0.94 | 0 | 0.12 | 0.00 | 172.25 | 0.99 | 0.53 |
| Hex | E | FE | DF | 5E | 0 | C | 0 | AC | 63 | 35 |
| Octal | 16 | 376 | 337 | 136 | 0 | 14 | 0 | 254 | 143 | 65 |
| Binary | 1110 | 11111110 | 11011111 | 1011110 | 0 | 1100 | 0 | 10101100 | 1100011 | 110101 |
Color Harmonies of #0EFEDF
Complementary color
Monochromatic Colors of #0EFEDF
Black with #0EFEDF
Text Example
Text Example
White with #0EFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFEDF; }
p { color: rgb(14,254,223); }
H1.HeaderClassName
{
color: #0EFEDF;
}
.AnyTagClassName
{
color: #0EFEDF;
}
</style>
background-color css
<style>
a { background-color: #0EFEDF; }
a { background-color: rgb(14,254,223); }
div.DivClassName
{
background-color: #0EFEDF;
}
.BgClassName
{
background-color: #0EFEDF;
}
</style>
border-color css
<style>
span { border-color: #0EFEDF; }
span { border-color: rgb(14,254,223); }
td.TdClassName
{
border-color: #0EFEDF;
}
.TagClassName
{
border-color: #0EFEDF;
}
</style>