Html Css Color HEX #04EAED Bright Turquoise

📋 copy color: '#04EAED'

red 4 ◦ green 234 ◦ blue 237

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

Shades of Bright Turquoise #04EAED

Tints of Bright Turquoise #04EAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.89%

R = 0.84%
G = 49.26%
B = 49.89%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04EAED (or 0x04EAED) is known color: Bright Turquoise. HEX triplet: 04, EA and ED. RGB value is (4,234,237). Sum of RGB (Red+Green+Blue) = 4+234+237=475 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #04EAED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EAED is #FB1512. Grayscale: #A5A5A5. Windows color (decimal): -16454931 or 15591940. OLE color: 15591940.

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

Color convert

RGB 4 234 237 -
CMYK 0.98 0.01 0 0.07
HSL 180.77º 0.97% 0.47% -
HSV(B) 180.77º 0.98% 0.93% -
XYZ 44.76 64.99 90.31 -
YUV 165.57 168.3 12.76 -
System Red Green Blue C M Y K H S L
Decimal 4 234 237 0.98 0.01 0 0.07 180.77 0.97 0.47
Hex 4 EA ED 62 1 0 7 B5 61 2F
Octal 4 352 355 142 1 0 7 265 141 57
Binary 100 11101010 11101101 1100010 1 0 111 10110101 1100001 101111

Color Harmonies of #04EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EAED

Black with #04EAED

Text Example


Text Example

White with #04EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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