#04EAD4

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

Shades of Bright Turquoise #04EAD4

Tints of Bright Turquoise #04EAD4

Color information

#04EAD4 (or 0x04EAD4) is unknown color: approx Bright Turquoise. HEX triplet: 04, EA and D4. RGB value is (4,234,212). Sum of RGB (Red+Green+Blue) = 4+234+212=450 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #04EAD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EAD4 is #FB152B. Grayscale: #A2A2A2. Windows color (decimal): -16454956 or 13953540. OLE color: 13953540.

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

Color convert

RGB4234212-
CMYK0.9800.090.08
HSL174.26º96.64%46.67%-
HSV(B)174.26º98.29%91.76%-
XYZ41.3663.6272.39-
YUV162.72155.814.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.89%
GREEN value IS 234 (91.80% from 255) = 52%
BLUE value IS 212 (83.20% from 255) = 47.11%
R=0.89%
G=52%
B=47.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal42342120.9800.090.08174.2696.6446.67
Hex4EAD462098ae612f
Octal43523241420111025614157
Binary10011101010110101001100010010011000101011101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04EAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,234,212); }

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

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

 a { background-color: rgb(4,234,212); }

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

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

 span { border-color: rgb(4,234,212); }

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