#04ECDD

Color #04ECDD Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #04ECDD

Tints of Bright Turquoise #04ECDD

Color information

#04ECDD (or 0x04ECDD) is unknown color: approx Bright Turquoise. HEX triplet: 04, EC and DD. RGB value is (4,236,221). Sum of RGB (Red+Green+Blue) = 4+236+221=461 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #04ECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04ECDD is #FB1322. Grayscale: #A4A4A4. Windows color (decimal): -16454435 or 14543876. OLE color: 14543876.

HSL color Cylindrical-coordinate representation of color #04ECDD: hue angle of 176.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ECDD is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB4236221-
CMYK0.9800.060.07
HSL176.12º96.67%47.06%-
HSV(B)176.12º98.31%92.55%-
XYZ43.165.2478.73-
YUV164.92159.6413.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 0.87%
GREEN value IS 236 (92.58% from 255) = 51.19%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=0.87%
G=51.19%
B=47.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42362210.9800.060.07176.1296.6747.06
Hex4ECDD62067b0612f
Octal435433514206726014157
Binary100111011001101110111000100110111101100001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04ECDD; }

 p { color: rgb(4,236,221); }

 H1.HeaderClassName
 {
   color: #04ECDD;
 }
 .AnyTagClassName
 {
   color: #04ECDD;
 }
</style>
background-color css

<style>
 a { background-color: #04ECDD; }

 a { background-color: rgb(4,236,221); }

 div.DivClassName
 {
   background-color: #04ECDD;
 }
 .BgClassName
 {
   background-color: #04ECDD;
 }
</style>
border-color css

<style>
 span { border-color: #04ECDD; }

 span { border-color: rgb(4,236,221); }

 td.TdClassName
 {
   border-color: #04ECDD;
 }
 .TagClassName
 {
   border-color: #04ECDD;
 }
</style>