Html Css Color HEX #04E0DC Bright Turquoise

📋 copy color: '#04E0DC'

red 4 ◦ green 224 ◦ blue 220

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

Shades of Bright Turquoise #04E0DC

Tints of Bright Turquoise #04E0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 0.89%
G = 50%
B = 49.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#04E0DC (or 0x04E0DC) is known color: Bright Turquoise. HEX triplet: 04, E0 and DC. RGB value is (4,224,220). Sum of RGB (Red+Green+Blue) = 4+224+220=448 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #04E0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E0DC is #FB1F23. Grayscale: #9D9D9D. Windows color (decimal): -16457508 or 14475268. OLE color: 14475268.

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

Color convert

RGB 4 224 220 -
CMYK 0.98 0 0.02 0.12
HSL 178.91º 0.96% 0.45% -
HSV(B) 178.91º 0.98% 0.88% -
XYZ 39.62 58.5 76.91 -
YUV 157.76 163.11 18.33 -
System Red Green Blue C M Y K H S L
Decimal 4 224 220 0.98 0 0.02 0.12 178.91 0.96 0.45
Hex 4 E0 DC 62 0 2 C B3 60 2D
Octal 4 340 334 142 0 2 14 263 140 55
Binary 100 11100000 11011100 1100010 0 10 1100 10110011 1100000 101101

Color Harmonies of #04E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E0DC

Black with #04E0DC

Text Example


Text Example

White with #04E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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