Shades of Bright Turquoise #04E2CC
Tints of Bright Turquoise #04E2CC
RGB
CMYK
RGB Variations
Color information
#04E2CC (or 0x04E2CC) is known color: Bright Turquoise. HEX triplet: 04, E2 and CC. RGB value is (4,226,204). Sum of RGB (Red+Green+Blue) = 4+226+204=434 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #04E2CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E2CC is #FB1D33. Grayscale: #9C9C9C. Windows color (decimal): -16457012 or 13427204. OLE color: 13427204.
HSL color Cylindrical-coordinate representation of color #04E2CC: hue angle of 174.05º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E2CC is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 226 | 204 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.11 |
| HSL | 174.05º | 0.97% | 0.45% | - |
| HSV(B) | 174.05º | 0.98% | 0.89% | - |
| XYZ | 38.15 | 58.78 | 66.46 | - |
| YUV | 157.11 | 154.45 | 18.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 226 | 204 | 0.98 | 0 | 0.10 | 0.11 | 174.05 | 0.97 | 0.45 |
| Hex | 4 | E2 | CC | 62 | 0 | A | B | AE | 61 | 2D |
| Octal | 4 | 342 | 314 | 142 | 0 | 12 | 13 | 256 | 141 | 55 |
| Binary | 100 | 11100010 | 11001100 | 1100010 | 0 | 1010 | 1011 | 10101110 | 1100001 | 101101 |
Color Harmonies of #04E2CC
Complementary color
Monochromatic Colors of #04E2CC
Black with #04E2CC
Text Example
Text Example
White with #04E2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E2CC; }
p { color: rgb(4,226,204); }
H1.HeaderClassName
{
color: #04E2CC;
}
.AnyTagClassName
{
color: #04E2CC;
}
</style>
background-color css
<style>
a { background-color: #04E2CC; }
a { background-color: rgb(4,226,204); }
div.DivClassName
{
background-color: #04E2CC;
}
.BgClassName
{
background-color: #04E2CC;
}
</style>
border-color css
<style>
span { border-color: #04E2CC; }
span { border-color: rgb(4,226,204); }
td.TdClassName
{
border-color: #04E2CC;
}
.TagClassName
{
border-color: #04E2CC;
}
</style>