Html Css Color HEX #04E0EA Bright Turquoise

📋 copy color: '#04E0EA'

red 4 ◦ green 224 ◦ blue 234

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

Shades of Bright Turquoise #04E0EA

Tints of Bright Turquoise #04E0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 0.87%
G = 48.48%
B = 50.65%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#04E0EA (or 0x04E0EA) is known color: Bright Turquoise. HEX triplet: 04, E0 and EA. RGB value is (4,224,234). Sum of RGB (Red+Green+Blue) = 4+224+234=462 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #04E0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04E0EA is #FB1F15. Grayscale: #9F9F9F. Windows color (decimal): -16457494 or 15392772. OLE color: 15392772.

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

Color convert

RGB 4 224 234 -
CMYK 0.98 0.04 0 0.08
HSL 182.61º 0.97% 0.47% -
HSV(B) 182.61º 0.98% 0.92% -
XYZ 41.56 59.28 87.09 -
YUV 159.36 170.11 17.19 -
System Red Green Blue C M Y K H S L
Decimal 4 224 234 0.98 0.04 0 0.08 182.61 0.97 0.47
Hex 4 E0 EA 62 4 0 8 B7 61 2F
Octal 4 340 352 142 4 0 10 267 141 57
Binary 100 11100000 11101010 1100010 100 0 1000 10110111 1100001 101111

Color Harmonies of #04E0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E0EA

Black with #04E0EA

Text Example


Text Example

White with #04E0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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