Html Css Color HEX #04E8EB Bright Turquoise

📋 copy color: '#04E8EB'

red 4 ◦ green 232 ◦ blue 235

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

Shades of Bright Turquoise #04E8EB

Tints of Bright Turquoise #04E8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.26%

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 0.85%
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.08

RGB Variations

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

Color information

#04E8EB (or 0x04E8EB) is known color: Bright Turquoise. HEX triplet: 04, E8 and EB. RGB value is (4,232,235). Sum of RGB (Red+Green+Blue) = 4+232+235=471 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #04E8EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04E8EB is #FB1714. Grayscale: #A3A3A3. Windows color (decimal): -16455445 or 15460356. OLE color: 15460356.

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

Color convert

RGB 4 232 235 -
CMYK 0.98 0.01 0 0.08
HSL 180.78º 0.97% 0.47% -
HSV(B) 180.78º 0.98% 0.92% -
XYZ 43.9 63.74 88.59 -
YUV 164.17 167.96 13.76 -
System Red Green Blue C M Y K H S L
Decimal 4 232 235 0.98 0.01 0 0.08 180.78 0.97 0.47
Hex 4 E8 EB 62 1 0 8 B5 61 2F
Octal 4 350 353 142 1 0 10 265 141 57
Binary 100 11101000 11101011 1100010 1 0 1000 10110101 1100001 101111

Color Harmonies of #04E8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E8EB

Black with #04E8EB

Text Example


Text Example

White with #04E8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,232,235); }

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

background-color css

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

 a { background-color: rgb(4,232,235); }

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

border-color css

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

 span { border-color: rgb(4,232,235); }

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