Html Css Color HEX #04EADE Bright Turquoise

📋 copy color: '#04EADE'

red 4 ◦ green 234 ◦ blue 222

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

Shades of Bright Turquoise #04EADE

Tints of Bright Turquoise #04EADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.87%

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 0.87%
G = 50.87%
B = 48.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#04EADE (or 0x04EADE) is known color: Bright Turquoise. HEX triplet: 04, EA and DE. RGB value is (4,234,222). Sum of RGB (Red+Green+Blue) = 4+234+222=460 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #04EADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EADE is #FB1521. Grayscale: #A3A3A3. Windows color (decimal): -16454946 or 14608900. OLE color: 14608900.

HSL color Cylindrical-coordinate representation of color #04EADE: hue angle of 176.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EADE is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 234 222 -
CMYK 0.98 0 0.05 0.08
HSL 176.87º 0.97% 0.47% -
HSV(B) 176.87º 0.98% 0.92% -
XYZ 42.66 64.15 79.24 -
YUV 163.86 160.8 13.98 -
System Red Green Blue C M Y K H S L
Decimal 4 234 222 0.98 0 0.05 0.08 176.87 0.97 0.47
Hex 4 EA DE 62 0 5 8 B1 61 2F
Octal 4 352 336 142 0 5 10 261 141 57
Binary 100 11101010 11011110 1100010 0 101 1000 10110001 1100001 101111

Color Harmonies of #04EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EADE

Black with #04EADE

Text Example


Text Example

White with #04EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,234,222); }

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

background-color css

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

 a { background-color: rgb(4,234,222); }

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

border-color css

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

 span { border-color: rgb(4,234,222); }

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