Shades of Bright Turquoise #0EE3DD
Tints of Bright Turquoise #0EE3DD
RGB
CMYK
RGB Variations
Color information
#0EE3DD (or 0x0EE3DD) is known color: Bright Turquoise. HEX triplet: 0E, E3 and DD. RGB value is (14,227,221). Sum of RGB (Red+Green+Blue) = 14+227+221=462 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.03% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #0EE3DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE3DD is #F11C22. Grayscale: #A2A2A2. Windows color (decimal): -15801379 or 14541582. OLE color: 14541582.
HSL color Cylindrical-coordinate representation of color #0EE3DD: hue angle of 178.31º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE3DD is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 227 | 221 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.11 |
| HSL | 178.31º | 0.88% | 0.47% | - |
| HSV(B) | 178.31º | 0.94% | 0.89% | - |
| XYZ | 40.7 | 60.25 | 77.89 | - |
| YUV | 162.63 | 160.93 | 21.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 227 | 221 | 0.94 | 0 | 0.03 | 0.11 | 178.31 | 0.88 | 0.47 |
| Hex | E | E3 | DD | 5E | 0 | 3 | B | B2 | 58 | 2F |
| Octal | 16 | 343 | 335 | 136 | 0 | 3 | 13 | 262 | 130 | 57 |
| Binary | 1110 | 11100011 | 11011101 | 1011110 | 0 | 11 | 1011 | 10110010 | 1011000 | 101111 |
Color Harmonies of #0EE3DD
Complementary color
Monochromatic Colors of #0EE3DD
Black with #0EE3DD
Text Example
Text Example
White with #0EE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE3DD; }
p { color: rgb(14,227,221); }
H1.HeaderClassName
{
color: #0EE3DD;
}
.AnyTagClassName
{
color: #0EE3DD;
}
</style>
background-color css
<style>
a { background-color: #0EE3DD; }
a { background-color: rgb(14,227,221); }
div.DivClassName
{
background-color: #0EE3DD;
}
.BgClassName
{
background-color: #0EE3DD;
}
</style>
border-color css
<style>
span { border-color: #0EE3DD; }
span { border-color: rgb(14,227,221); }
td.TdClassName
{
border-color: #0EE3DD;
}
.TagClassName
{
border-color: #0EE3DD;
}
</style>