#04E6E7

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

Shades of Bright Turquoise #04E6E7

Tints of Bright Turquoise #04E6E7

Color information

#04E6E7 (or 0x04E6E7) is unknown color: approx Bright Turquoise. HEX triplet: 04, E6 and E7. RGB value is (4,230,231). Sum of RGB (Red+Green+Blue) = 4+230+231=465 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 231 - color contains mainly: blue. Hex color #04E6E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04E6E7 is #FB1918. Grayscale: #A2A2A2. Windows color (decimal): -16455961 or 15197700. OLE color: 15197700.

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

Color convert

RGB4230231-
CMYK0.980.0000.09
HSL180.26º96.6%46.08%-
HSV(B)180.26º98.27%90.59%-
XYZ42.7762.3985.39-
YUV162.54166.6314.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.86%
GREEN value IS 230 (90.23% from 255) = 49.46%
BLUE value IS 231 (90.62% from 255) = 49.68%
R=0.86%
G=49.46%
B=49.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal42302310.980.0000.09180.2696.646.08
Hex4E6E762009b4612e
Octal4346347142001126414156
Binary10011100110111001111100010001001101101001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04E6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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