#04D4E0

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

Shades of Dark Turquoise #04D4E0

Tints of Dark Turquoise #04D4E0

Color information

#04D4E0 (or 0x04D4E0) is unknown color: approx Dark Turquoise. HEX triplet: 04, D4 and E0. RGB value is (4,212,224). Sum of RGB (Red+Green+Blue) = 4+212+224=440 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #04D4E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D4E0 is #FB2B1F. Grayscale: #969696. Windows color (decimal): -16460576 or 14734340. OLE color: 14734340.

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

Color convert

RGB4212224-
CMYK0.980.0500.12
HSL183.27º96.49%44.71%-
HSV(B)183.27º98.21%87.84%-
XYZ37.0552.4978.7-
YUV151.18169.0923.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal42122240.980.0500.12183.2796.4944.71
Hex4D4E06250Cb7602d
Octal4324340142501426714055
Binary1001101010011100000110001010101100101101111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04D4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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