#04EDCC

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

Shades of Bright Turquoise #04EDCC

Tints of Bright Turquoise #04EDCC

Color information

#04EDCC (or 0x04EDCC) is unknown color: approx Bright Turquoise. HEX triplet: 04, ED and CC. RGB value is (4,237,204). Sum of RGB (Red+Green+Blue) = 4+237+204=445 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 445); Green value is 237 (92.97% from 255 or 53.26% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 237 - color contains mainly: green. Hex color #04EDCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EDCC is #FB1233. Grayscale: #A3A3A3. Windows color (decimal): -16454196 or 13430020. OLE color: 13430020.

HSL color Cylindrical-coordinate representation of color #04EDCC: hue angle of 171.5º 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 #04EDCC is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB4237204-
CMYK0.9800.140.07
HSL171.5º96.68%47.25%-
HSV(B)171.5º98.31%92.94%-
XYZ41.2364.9567.49-
YUV163.57150.8114.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.90%
GREEN value IS 237 (92.97% from 255) = 53.26%
BLUE value IS 204 (80.08% from 255) = 45.84%
R=0.90%
G=53.26%
B=45.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42372040.9800.140.07171.596.6847.25
Hex4EDCC620E7ac612f
Octal4355314142016725414157
Binary1001110110111001100110001001110111101011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,237,204); }

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

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

 a { background-color: rgb(4,237,204); }

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

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

 span { border-color: rgb(4,237,204); }

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