Shades of Bright Turquoise #0EE7CC
Tints of Bright Turquoise #0EE7CC
RGB
CMYK
RGB Variations
Color information
#0EE7CC (or 0x0EE7CC) is known color: Bright Turquoise. HEX triplet: 0E, E7 and CC. RGB value is (14,231,204). Sum of RGB (Red+Green+Blue) = 14+231+204=449 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE7CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EE7CC is #F11833. Grayscale: #A2A2A2. Windows color (decimal): -15800372 or 13428494. OLE color: 13428494.
HSL color Cylindrical-coordinate representation of color #0EE7CC: hue angle of 172.53º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE7CC is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 231 | 204 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.09 |
| HSL | 172.53º | 0.89% | 0.48% | - |
| HSV(B) | 172.53º | 0.94% | 0.91% | - |
| XYZ | 39.66 | 61.6 | 66.93 | - |
| YUV | 163.04 | 151.11 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 231 | 204 | 0.94 | 0 | 0.12 | 0.09 | 172.53 | 0.89 | 0.48 |
| Hex | E | E7 | CC | 5E | 0 | C | 9 | AD | 59 | 30 |
| Octal | 16 | 347 | 314 | 136 | 0 | 14 | 11 | 255 | 131 | 60 |
| Binary | 1110 | 11100111 | 11001100 | 1011110 | 0 | 1100 | 1001 | 10101101 | 1011001 | 110000 |
Color Harmonies of #0EE7CC
Complementary color
Monochromatic Colors of #0EE7CC
Black with #0EE7CC
Text Example
Text Example
White with #0EE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE7CC; }
p { color: rgb(14,231,204); }
H1.HeaderClassName
{
color: #0EE7CC;
}
.AnyTagClassName
{
color: #0EE7CC;
}
</style>
background-color css
<style>
a { background-color: #0EE7CC; }
a { background-color: rgb(14,231,204); }
div.DivClassName
{
background-color: #0EE7CC;
}
.BgClassName
{
background-color: #0EE7CC;
}
</style>
border-color css
<style>
span { border-color: #0EE7CC; }
span { border-color: rgb(14,231,204); }
td.TdClassName
{
border-color: #0EE7CC;
}
.TagClassName
{
border-color: #0EE7CC;
}
</style>