#04E7E5

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

Shades of Bright Turquoise #04E7E5

Tints of Bright Turquoise #04E7E5

Color information

#04E7E5 (or 0x04E7E5) is unknown color: approx Bright Turquoise. HEX triplet: 04, E7 and E5. RGB value is (4,231,229). Sum of RGB (Red+Green+Blue) = 4+231+229=464 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #04E7E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04E7E5 is #FB181A. Grayscale: #A2A2A2. Windows color (decimal): -16455707 or 15066884. OLE color: 15066884.

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

Color convert

RGB4231229-
CMYK0.9800.010.09
HSL179.47º96.6%46.08%-
HSV(B)179.47º98.27%90.59%-
XYZ42.7762.8384-
YUV162.9165.2914.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.86%
GREEN value IS 231 (90.62% from 255) = 49.78%
BLUE value IS 229 (89.84% from 255) = 49.35%
R=0.86%
G=49.78%
B=49.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal42312290.9800.010.09179.4796.646.08
Hex4E7E562019b3612e
Octal4347345142011126314156
Binary10011100111111001011100010011001101100111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04E7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,231,229); }

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

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

 a { background-color: rgb(4,231,229); }

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

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

 span { border-color: rgb(4,231,229); }

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