Shades of Bright Turquoise #0EE1CC
Tints of Bright Turquoise #0EE1CC
RGB
CMYK
RGB Variations
Color information
#0EE1CC (or 0x0EE1CC) is known color: Bright Turquoise. HEX triplet: 0E, E1 and CC. RGB value is (14,225,204). Sum of RGB (Red+Green+Blue) = 14+225+204=443 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.16% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE1CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE1CC is #F11E33. Grayscale: #9F9F9F. Windows color (decimal): -15801908 or 13426958. OLE color: 13426958.
HSL color Cylindrical-coordinate representation of color #0EE1CC: hue angle of 174.03º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE1CC is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 225 | 204 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.12 |
| HSL | 174.03º | 0.88% | 0.47% | - |
| HSV(B) | 174.03º | 0.94% | 0.88% | - |
| XYZ | 38.01 | 58.3 | 66.38 | - |
| YUV | 159.52 | 153.1 | 24.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 225 | 204 | 0.94 | 0 | 0.09 | 0.12 | 174.03 | 0.88 | 0.47 |
| Hex | E | E1 | CC | 5E | 0 | 9 | C | AE | 58 | 2F |
| Octal | 16 | 341 | 314 | 136 | 0 | 11 | 14 | 256 | 130 | 57 |
| Binary | 1110 | 11100001 | 11001100 | 1011110 | 0 | 1001 | 1100 | 10101110 | 1011000 | 101111 |
Color Harmonies of #0EE1CC
Complementary color
Monochromatic Colors of #0EE1CC
Black with #0EE1CC
Text Example
Text Example
White with #0EE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE1CC; }
p { color: rgb(14,225,204); }
H1.HeaderClassName
{
color: #0EE1CC;
}
.AnyTagClassName
{
color: #0EE1CC;
}
</style>
background-color css
<style>
a { background-color: #0EE1CC; }
a { background-color: rgb(14,225,204); }
div.DivClassName
{
background-color: #0EE1CC;
}
.BgClassName
{
background-color: #0EE1CC;
}
</style>
border-color css
<style>
span { border-color: #0EE1CC; }
span { border-color: rgb(14,225,204); }
td.TdClassName
{
border-color: #0EE1CC;
}
.TagClassName
{
border-color: #0EE1CC;
}
</style>