Shades of Bright Turquoise #00EECC
Tints of Bright Turquoise #00EECC
RGB
CMYK
RGB Variations
Color information
#00EECC (or 0x00EECC) is known color: Bright Turquoise. HEX triplet: 00, EE and CC. RGB value is (0,238,204). Sum of RGB (Red+Green+Blue) = 0+238+204=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #00EECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EECC is #FF1133. Grayscale: #A2A2A2. Windows color (decimal): -16716084 or 13430272. OLE color: 13430272.
HSL color Cylindrical-coordinate representation of color #00EECC: hue angle of 171.43º 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 #00EECC is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 0 | 238 | 204 | - |
CMYK | 1 | 0 | 0.14 | 0.07 |
HSL | 171.43º | 1% | 0.47% | - |
HSV(B) | 171.43º | 1% | 0.93% | - |
XYZ | 41.47 | 65.51 | 67.59 | - |
YUV | 162.96 | 151.15 | 11.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 238 | 204 | 1 | 0 | 0.14 | 0.07 | 171.43 | 1 | 0.47 |
Hex | 0 | EE | CC | 64 | 0 | E | 7 | AB | 64 | 2F |
Octal | 0 | 356 | 314 | 144 | 0 | 16 | 7 | 253 | 144 | 57 |
Binary | 0 | 11101110 | 11001100 | 1100100 | 0 | 1110 | 111 | 10101011 | 1100100 | 101111 |
Color Harmonies of #00EECC
Complementary color
Monochromatic Colors of #00EECC
Black with #00EECC
Text Example
Text Example
White with #00EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EECC; }
p { color: rgb(0,238,204); }
H1.HeaderClassName
{
color: #00EECC;
}
.AnyTagClassName
{
color: #00EECC;
}
</style>
background-color css
<style>
a { background-color: #00EECC; }
a { background-color: rgb(0,238,204); }
div.DivClassName
{
background-color: #00EECC;
}
.BgClassName
{
background-color: #00EECC;
}
</style>
border-color css
<style>
span { border-color: #00EECC; }
span { border-color: rgb(0,238,204); }
td.TdClassName
{
border-color: #00EECC;
}
.TagClassName
{
border-color: #00EECC;
}
</style>