#04E0CF

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

Shades of Bright Turquoise #04E0CF

Tints of Bright Turquoise #04E0CF

Color information

#04E0CF (or 0x04E0CF) is unknown color: approx Bright Turquoise. HEX triplet: 04, E0 and CF. RGB value is (4,224,207). Sum of RGB (Red+Green+Blue) = 4+224+207=435 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #04E0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E0CF is #FB1F30. Grayscale: #9C9C9C. Windows color (decimal): -16457521 or 13623300. OLE color: 13623300.

HSL color Cylindrical-coordinate representation of color #04E0CF: hue angle of 175.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E0CF is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB4224207-
CMYK0.9800.080.12
HSL175.36º96.49%44.71%-
HSV(B)175.36º98.21%87.84%-
XYZ37.9757.8468.19-
YUV156.28156.6119.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.92%
GREEN value IS 224 (87.89% from 255) = 51.49%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=0.92%
G=51.49%
B=47.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal42242070.9800.080.12175.3696.4944.71
Hex4E0CF6208Caf602d
Octal43403171420101425714055
Binary10011100000110011111100010010001100101011111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,224,207); }

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

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

 a { background-color: rgb(4,224,207); }

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

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

 span { border-color: rgb(4,224,207); }

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