Shades of Bright Turquoise #0EE6CC
Tints of Bright Turquoise #0EE6CC
RGB
CMYK
RGB Variations
Color information
#0EE6CC (or 0x0EE6CC) is known color: Bright Turquoise. HEX triplet: 0E, E6 and CC. RGB value is (14,230,204). Sum of RGB (Red+Green+Blue) = 14+230+204=448 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 448); Green value is 230 (90.23% from 255 or 51.34% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE6CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EE6CC is #F11933. Grayscale: #A2A2A2. Windows color (decimal): -15800628 or 13428238. OLE color: 13428238.
HSL color Cylindrical-coordinate representation of color #0EE6CC: hue angle of 172.78º degrees, saturation: 0.89, 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 #0EE6CC is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 230 | 204 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.10 |
| HSL | 172.78º | 0.89% | 0.48% | - |
| HSV(B) | 172.78º | 0.94% | 0.9% | - |
| XYZ | 39.38 | 61.05 | 66.83 | - |
| YUV | 162.45 | 151.44 | 22.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 204 | 0.94 | 0 | 0.11 | 0.10 | 172.78 | 0.89 | 0.48 |
| Hex | E | E6 | CC | 5E | 0 | B | A | AD | 59 | 30 |
| Octal | 16 | 346 | 314 | 136 | 0 | 13 | 12 | 255 | 131 | 60 |
| Binary | 1110 | 11100110 | 11001100 | 1011110 | 0 | 1011 | 1010 | 10101101 | 1011001 | 110000 |
Color Harmonies of #0EE6CC
Complementary color
Monochromatic Colors of #0EE6CC
Black with #0EE6CC
Text Example
Text Example
White with #0EE6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE6CC; }
p { color: rgb(14,230,204); }
H1.HeaderClassName
{
color: #0EE6CC;
}
.AnyTagClassName
{
color: #0EE6CC;
}
</style>
background-color css
<style>
a { background-color: #0EE6CC; }
a { background-color: rgb(14,230,204); }
div.DivClassName
{
background-color: #0EE6CC;
}
.BgClassName
{
background-color: #0EE6CC;
}
</style>
border-color css
<style>
span { border-color: #0EE6CC; }
span { border-color: rgb(14,230,204); }
td.TdClassName
{
border-color: #0EE6CC;
}
.TagClassName
{
border-color: #0EE6CC;
}
</style>