#04E1CF

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

Shades of Bright Turquoise #04E1CF

Tints of Bright Turquoise #04E1CF

Color information

#04E1CF (or 0x04E1CF) is unknown color: approx Bright Turquoise. HEX triplet: 04, E1 and CF. RGB value is (4,225,207). Sum of RGB (Red+Green+Blue) = 4+225+207=436 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #04E1CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E1CF is #FB1E30. Grayscale: #9C9C9C. Windows color (decimal): -16457265 or 13623556. OLE color: 13623556.

HSL color Cylindrical-coordinate representation of color #04E1CF: hue angle of 175.11º degrees, saturation: 0.97, 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 #04E1CF is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB4225207-
CMYK0.9800.080.12
HSL175.11º96.51%44.9%-
HSV(B)175.11º98.22%88.24%-
XYZ38.2458.3868.28-
YUV156.87156.2818.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.92%
GREEN value IS 225 (88.28% from 255) = 51.61%
BLUE value IS 207 (81.25% from 255) = 47.48%
R=0.92%
G=51.61%
B=47.48%

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
Decimal42252070.9800.080.12175.1196.5144.9
Hex4E1CF6208Caf612d
Octal43413171420101425714155
Binary10011100001110011111100010010001100101011111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04E1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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