#04E0D4

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

Shades of Bright Turquoise #04E0D4

Tints of Bright Turquoise #04E0D4

Color information

#04E0D4 (or 0x04E0D4) is unknown color: approx Bright Turquoise. HEX triplet: 04, E0 and D4. RGB value is (4,224,212). Sum of RGB (Red+Green+Blue) = 4+224+212=440 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #04E0D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E0D4 is #FB1F2B. Grayscale: #9C9C9C. Windows color (decimal): -16457516 or 13950980. OLE color: 13950980.

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

Color convert

RGB4224212-
CMYK0.9800.050.12
HSL176.73º96.49%44.71%-
HSV(B)176.73º98.21%87.84%-
XYZ38.5958.0971.47-
YUV156.85159.1118.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.91%
GREEN value IS 224 (87.89% from 255) = 50.91%
BLUE value IS 212 (83.20% from 255) = 48.18%
R=0.91%
G=50.91%
B=48.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal42242120.9800.050.12176.7396.4944.71
Hex4E0D46205Cb1602d
Octal4340324142051426114055
Binary1001110000011010100110001001011100101100011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04E0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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