Html Css Color HEX #04FFE4 Bright Turquoise

📋 copy color: '#04FFE4'

red 4 ◦ green 255 ◦ blue 228

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

Shades of Bright Turquoise #04FFE4

Tints of Bright Turquoise #04FFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.82%

R = 0.82%
G = 52.36%
B = 46.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#04FFE4 (or 0x04FFE4) is known color: Bright Turquoise. HEX triplet: 04, FF and E4. RGB value is (4,255,228). Sum of RGB (Red+Green+Blue) = 4+255+228=487 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFE4 is #FB001B. Grayscale: #B0B0B0. Windows color (decimal): -16449564 or 15007492. OLE color: 15007492.

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

Color convert

RGB 4 255 228 -
CMYK 0.98 0 0.11 0
HSL 173.55º 1% 0.51% -
HSV(B) 173.55º 0.98% 1% -
XYZ 49.81 77.15 85.66 -
YUV 176.87 156.84 4.7 -
System Red Green Blue C M Y K H S L
Decimal 4 255 228 0.98 0 0.11 0 173.55 1 0.51
Hex 4 FF E4 62 0 B 0 AE 64 33
Octal 4 377 344 142 0 13 0 256 144 63
Binary 100 11111111 11100100 1100010 0 1011 0 10101110 1100100 110011

Color Harmonies of #04FFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFE4

Black with #04FFE4

Text Example


Text Example

White with #04FFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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