Html Css Color HEX #04EAD2 Bright Turquoise

📋 copy color: '#04EAD2'

red 4 ◦ green 234 ◦ blue 210

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

Shades of Bright Turquoise #04EAD2

Tints of Bright Turquoise #04EAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.88%

R = 0.89%
G = 52.23%
B = 46.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#04EAD2 (or 0x04EAD2) is known color: Bright Turquoise. HEX triplet: 04, EA and D2. RGB value is (4,234,210). Sum of RGB (Red+Green+Blue) = 4+234+210=448 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #04EAD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EAD2 is #FB152D. Grayscale: #A2A2A2. Windows color (decimal): -16454958 or 13822468. OLE color: 13822468.

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

Color convert

RGB 4 234 210 -
CMYK 0.98 0 0.10 0.08
HSL 173.74º 0.97% 0.47% -
HSV(B) 173.74º 0.98% 0.92% -
XYZ 41.11 63.52 71.07 -
YUV 162.49 154.8 14.95 -
System Red Green Blue C M Y K H S L
Decimal 4 234 210 0.98 0 0.10 0.08 173.74 0.97 0.47
Hex 4 EA D2 62 0 A 8 AE 61 2F
Octal 4 352 322 142 0 12 10 256 141 57
Binary 100 11101010 11010010 1100010 0 1010 1000 10101110 1100001 101111

Color Harmonies of #04EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EAD2

Black with #04EAD2

Text Example


Text Example

White with #04EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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