Shades of Bright Turquoise #0EE5CC
Tints of Bright Turquoise #0EE5CC
RGB
CMYK
RGB Variations
Color information
#0EE5CC (or 0x0EE5CC) is known color: Bright Turquoise. HEX triplet: 0E, E5 and CC. RGB value is (14,229,204). Sum of RGB (Red+Green+Blue) = 14+229+204=447 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.13% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #0EE5CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE5CC is #F11A33. Grayscale: #A1A1A1. Windows color (decimal): -15800884 or 13427982. OLE color: 13427982.
HSL color Cylindrical-coordinate representation of color #0EE5CC: hue angle of 173.02º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE5CC is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 229 | 204 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.10 |
| HSL | 173.02º | 0.88% | 0.48% | - |
| HSV(B) | 173.02º | 0.94% | 0.9% | - |
| XYZ | 39.1 | 60.49 | 66.74 | - |
| YUV | 161.87 | 151.77 | 22.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 229 | 204 | 0.94 | 0 | 0.11 | 0.10 | 173.02 | 0.88 | 0.48 |
| Hex | E | E5 | CC | 5E | 0 | B | A | AD | 58 | 30 |
| Octal | 16 | 345 | 314 | 136 | 0 | 13 | 12 | 255 | 130 | 60 |
| Binary | 1110 | 11100101 | 11001100 | 1011110 | 0 | 1011 | 1010 | 10101101 | 1011000 | 110000 |
Color Harmonies of #0EE5CC
Complementary color
Monochromatic Colors of #0EE5CC
Black with #0EE5CC
Text Example
Text Example
White with #0EE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE5CC; }
p { color: rgb(14,229,204); }
H1.HeaderClassName
{
color: #0EE5CC;
}
.AnyTagClassName
{
color: #0EE5CC;
}
</style>
background-color css
<style>
a { background-color: #0EE5CC; }
a { background-color: rgb(14,229,204); }
div.DivClassName
{
background-color: #0EE5CC;
}
.BgClassName
{
background-color: #0EE5CC;
}
</style>
border-color css
<style>
span { border-color: #0EE5CC; }
span { border-color: rgb(14,229,204); }
td.TdClassName
{
border-color: #0EE5CC;
}
.TagClassName
{
border-color: #0EE5CC;
}
</style>