Shades of Bright Turquoise #00EEC4
Tints of Bright Turquoise #00EEC4
RGB
CMYK
RGB Variations
Color information
#00EEC4 (or 0x00EEC4) is known color: Bright Turquoise. HEX triplet: 00, EE and C4. RGB value is (0,238,196). Sum of RGB (Red+Green+Blue) = 0+238+196=434 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 434); Green value is 238 (93.36% from 255 or 54.84% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 238 - color contains mainly: green. Hex color #00EEC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EEC4 is #FF113B. Grayscale: #A1A1A1. Windows color (decimal): -16716092 or 12905984. OLE color: 12905984.
HSL color Cylindrical-coordinate representation of color #00EEC4: hue angle of 169.41º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EEC4 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 238 | 196 | - |
| CMYK | 1 | 0 | 0.18 | 0.07 |
| HSL | 169.41º | 1% | 0.47% | - |
| HSV(B) | 169.41º | 1% | 0.93% | - |
| XYZ | 40.54 | 65.13 | 62.66 | - |
| YUV | 162.05 | 147.15 | 12.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 238 | 196 | 1 | 0 | 0.18 | 0.07 | 169.41 | 1 | 0.47 |
| Hex | 0 | EE | C4 | 64 | 0 | 12 | 7 | A9 | 64 | 2F |
| Octal | 0 | 356 | 304 | 144 | 0 | 22 | 7 | 251 | 144 | 57 |
| Binary | 0 | 11101110 | 11000100 | 1100100 | 0 | 10010 | 111 | 10101001 | 1100100 | 101111 |
Color Harmonies of #00EEC4
Complementary color
Monochromatic Colors of #00EEC4
Black with #00EEC4
Text Example
Text Example
White with #00EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EEC4; }
p { color: rgb(0,238,196); }
H1.HeaderClassName
{
color: #00EEC4;
}
.AnyTagClassName
{
color: #00EEC4;
}
</style>
background-color css
<style>
a { background-color: #00EEC4; }
a { background-color: rgb(0,238,196); }
div.DivClassName
{
background-color: #00EEC4;
}
.BgClassName
{
background-color: #00EEC4;
}
</style>
border-color css
<style>
span { border-color: #00EEC4; }
span { border-color: rgb(0,238,196); }
td.TdClassName
{
border-color: #00EEC4;
}
.TagClassName
{
border-color: #00EEC4;
}
</style>