Html Css Color HEX #04E0CA Dark Turquoise

📋 copy color: '#04E0CA'

red 4 ◦ green 224 ◦ blue 202

#04E0CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #04E0CA

Tints of Dark Turquoise #04E0CA

RGB

 RED value IS 4 (1.95% from 255) = 0.93%

 GREEN value IS 224 (87.89% from 255) = 52.09%

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 0.93%
G = 52.09%
B = 46.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#04E0CA (or 0x04E0CA) is known color: Dark Turquoise. HEX triplet: 04, E0 and CA. RGB value is (4,224,202). Sum of RGB (Red+Green+Blue) = 4+224+202=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #04E0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E0CA is #FB1F35. Grayscale: #9B9B9B. Windows color (decimal): -16457526 or 13295620. OLE color: 13295620.

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

Color convert

RGB 4 224 202 -
CMYK 0.98 0 0.10 0.12
HSL 174º 0.96% 0.45% -
HSV(B) 174º 0.98% 0.88% -
XYZ 37.37 57.6 65.03 -
YUV 155.71 154.11 19.79 -
System Red Green Blue C M Y K H S L
Decimal 4 224 202 0.98 0 0.10 0.12 174 0.96 0.45
Hex 4 E0 CA 62 0 A C AE 60 2D
Octal 4 340 312 142 0 12 14 256 140 55
Binary 100 11100000 11001010 1100010 0 1010 1100 10101110 1100000 101101

Color Harmonies of #04E0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E0CA

Black with #04E0CA

Text Example


Text Example

White with #04E0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04E0CA;
 }
 .AnyTagClassName
 {
   color: #04E0CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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