Shades of Bright Turquoise #0EE3CC
Tints of Bright Turquoise #0EE3CC
RGB
CMYK
RGB Variations
Color information
#0EE3CC (or 0x0EE3CC) is known color: Bright Turquoise. HEX triplet: 0E, E3 and CC. RGB value is (14,227,204). Sum of RGB (Red+Green+Blue) = 14+227+204=445 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #0EE3CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE3CC is #F11C33. Grayscale: #A0A0A0. Windows color (decimal): -15801396 or 13427470. OLE color: 13427470.
HSL color Cylindrical-coordinate representation of color #0EE3CC: hue angle of 173.52º 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 #0EE3CC is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 227 | 204 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.11 |
| HSL | 173.52º | 0.88% | 0.47% | - |
| HSV(B) | 173.52º | 0.94% | 0.89% | - |
| XYZ | 38.55 | 59.39 | 66.56 | - |
| YUV | 160.69 | 152.43 | 23.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 227 | 204 | 0.94 | 0 | 0.10 | 0.11 | 173.52 | 0.88 | 0.47 |
| Hex | E | E3 | CC | 5E | 0 | A | B | AE | 58 | 2F |
| Octal | 16 | 343 | 314 | 136 | 0 | 12 | 13 | 256 | 130 | 57 |
| Binary | 1110 | 11100011 | 11001100 | 1011110 | 0 | 1010 | 1011 | 10101110 | 1011000 | 101111 |
Color Harmonies of #0EE3CC
Complementary color
Monochromatic Colors of #0EE3CC
Black with #0EE3CC
Text Example
Text Example
White with #0EE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE3CC; }
p { color: rgb(14,227,204); }
H1.HeaderClassName
{
color: #0EE3CC;
}
.AnyTagClassName
{
color: #0EE3CC;
}
</style>
background-color css
<style>
a { background-color: #0EE3CC; }
a { background-color: rgb(14,227,204); }
div.DivClassName
{
background-color: #0EE3CC;
}
.BgClassName
{
background-color: #0EE3CC;
}
</style>
border-color css
<style>
span { border-color: #0EE3CC; }
span { border-color: rgb(14,227,204); }
td.TdClassName
{
border-color: #0EE3CC;
}
.TagClassName
{
border-color: #0EE3CC;
}
</style>