Html Css Color HEX #04EED8 Bright Turquoise

📋 copy color: '#04EED8'

red 4 ◦ green 238 ◦ blue 216

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

Shades of Bright Turquoise #04EED8

Tints of Bright Turquoise #04EED8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.97%

 BLUE value IS 216 (84.77% from 255) = 47.16%

R = 0.87%
G = 51.97%
B = 47.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#04EED8 (or 0x04EED8) is known color: Bright Turquoise. HEX triplet: 04, EE and D8. RGB value is (4,238,216). Sum of RGB (Red+Green+Blue) = 4+238+216=458 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #04EED8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EED8 is #FB1127. Grayscale: #A5A5A5. Windows color (decimal): -16453928 or 14216708. OLE color: 14216708.

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

Color convert

RGB 4 238 216 -
CMYK 0.98 0 0.09 0.07
HSL 174.36º 0.97% 0.47% -
HSV(B) 174.36º 0.98% 0.93% -
XYZ 43.02 66.13 75.46 -
YUV 165.53 156.48 12.79 -
System Red Green Blue C M Y K H S L
Decimal 4 238 216 0.98 0 0.09 0.07 174.36 0.97 0.47
Hex 4 EE D8 62 0 9 7 AE 61 2F
Octal 4 356 330 142 0 11 7 256 141 57
Binary 100 11101110 11011000 1100010 0 1001 111 10101110 1100001 101111

Color Harmonies of #04EED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EED8

Black with #04EED8

Text Example


Text Example

White with #04EED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,238,216); }

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

background-color css

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

 a { background-color: rgb(4,238,216); }

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

border-color css

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

 span { border-color: rgb(4,238,216); }

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