#04C2E0

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

Shades of Dark Turquoise #04C2E0

Tints of Dark Turquoise #04C2E0

Color information

#04C2E0 (or 0x04C2E0) is unknown color: approx Dark Turquoise. HEX triplet: 04, C2 and E0. RGB value is (4,194,224). Sum of RGB (Red+Green+Blue) = 4+194+224=422 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #04C2E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C2E0 is #FB3D1F. Grayscale: #8C8C8C. Windows color (decimal): -16465184 or 14729732. OLE color: 14729732.

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

Color convert

RGB4194224-
CMYK0.980.1300.12
HSL188.18º96.49%44.71%-
HSV(B)188.18º98.21%87.84%-
XYZ32.843.9977.28-
YUV140.61175.0530.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.95%
GREEN value IS 194 (76.17% from 255) = 45.97%
BLUE value IS 224 (87.89% from 255) = 53.08%
R=0.95%
G=45.97%
B=53.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal41942240.980.1300.12188.1896.4944.71
Hex4C2E062D0Cbc602d
Octal43023401421501427414055
Binary10011000010111000001100010110101100101111001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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