Html Css Color HEX #04FFE5 Bright Turquoise

📋 copy color: '#04FFE5'

red 4 ◦ green 255 ◦ blue 229

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

Shades of Bright Turquoise #04FFE5

Tints of Bright Turquoise #04FFE5

RGB

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

 GREEN value IS 255 (100% from 255) = 52.25%

 BLUE value IS 229 (89.84% from 255) = 46.93%

R = 0.82%
G = 52.25%
B = 46.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#04FFE5 (or 0x04FFE5) is known color: Bright Turquoise. HEX triplet: 04, FF and E5. RGB value is (4,255,229). Sum of RGB (Red+Green+Blue) = 4+255+229=488 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFE5 is #FB001A. Grayscale: #B0B0B0. Windows color (decimal): -16449563 or 15073028. OLE color: 15073028.

HSL color Cylindrical-coordinate representation of color #04FFE5: hue angle of 173.78º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FFE5 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 4 255 229 -
CMYK 0.98 0 0.10 0
HSL 173.78º 1% 0.51% -
HSV(B) 173.78º 0.98% 1% -
XYZ 49.95 77.2 86.4 -
YUV 176.99 157.34 4.61 -
System Red Green Blue C M Y K H S L
Decimal 4 255 229 0.98 0 0.10 0 173.78 1 0.51
Hex 4 FF E5 62 0 A 0 AE 64 33
Octal 4 377 345 142 0 12 0 256 144 63
Binary 100 11111111 11100101 1100010 0 1010 0 10101110 1100100 110011

Color Harmonies of #04FFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFE5

Black with #04FFE5

Text Example


Text Example

White with #04FFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,255,229); }

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

background-color css

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

 a { background-color: rgb(4,255,229); }

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

border-color css

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

 span { border-color: rgb(4,255,229); }

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