Shades of Bright Turquoise #0EF5DD
Tints of Bright Turquoise #0EF5DD
RGB
CMYK
RGB Variations
Color information
#0EF5DD (or 0x0EF5DD) is known color: Bright Turquoise. HEX triplet: 0E, F5 and DD. RGB value is (14,245,221). Sum of RGB (Red+Green+Blue) = 14+245+221=480 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.92% from 480); Green value is 245 (96.09% from 255 or 51.04% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 245 - color contains mainly: green. Hex color #0EF5DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EF5DD is #F10A22. Grayscale: #ADADAD. Windows color (decimal): -15796771 or 14546190. OLE color: 14546190.
HSL color Cylindrical-coordinate representation of color #0EF5DD: hue angle of 173.77º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF5DD is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 245 | 221 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.04 |
| HSL | 173.77º | 0.92% | 0.51% | - |
| HSV(B) | 173.77º | 0.94% | 0.96% | - |
| XYZ | 45.88 | 70.62 | 79.62 | - |
| YUV | 173.2 | 154.97 | 14.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 245 | 221 | 0.94 | 0 | 0.10 | 0.04 | 173.77 | 0.92 | 0.51 |
| Hex | E | F5 | DD | 5E | 0 | A | 4 | AE | 5C | 33 |
| Octal | 16 | 365 | 335 | 136 | 0 | 12 | 4 | 256 | 134 | 63 |
| Binary | 1110 | 11110101 | 11011101 | 1011110 | 0 | 1010 | 100 | 10101110 | 1011100 | 110011 |
Color Harmonies of #0EF5DD
Complementary color
Monochromatic Colors of #0EF5DD
Black with #0EF5DD
Text Example
Text Example
White with #0EF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF5DD; }
p { color: rgb(14,245,221); }
H1.HeaderClassName
{
color: #0EF5DD;
}
.AnyTagClassName
{
color: #0EF5DD;
}
</style>
background-color css
<style>
a { background-color: #0EF5DD; }
a { background-color: rgb(14,245,221); }
div.DivClassName
{
background-color: #0EF5DD;
}
.BgClassName
{
background-color: #0EF5DD;
}
</style>
border-color css
<style>
span { border-color: #0EF5DD; }
span { border-color: rgb(14,245,221); }
td.TdClassName
{
border-color: #0EF5DD;
}
.TagClassName
{
border-color: #0EF5DD;
}
</style>