Html Css Color HEX #04FEE5 Bright Turquoise

📋 copy color: '#04FEE5'

red 4 ◦ green 254 ◦ blue 229

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

Shades of Bright Turquoise #04FEE5

Tints of Bright Turquoise #04FEE5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.16%

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

R = 0.82%
G = 52.16%
B = 47.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#04FEE5 (or 0x04FEE5) is known color: Bright Turquoise. HEX triplet: 04, FE and E5. RGB value is (4,254,229). Sum of RGB (Red+Green+Blue) = 4+254+229=487 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #04FEE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FEE5 is #FB011A. Grayscale: #B0B0B0. Windows color (decimal): -16449819 or 15072772. OLE color: 15072772.

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

Color convert

RGB 4 254 229 -
CMYK 0.98 0 0.10 0.00
HSL 174º 0.99% 0.51% -
HSV(B) 174º 0.98% 1% -
XYZ 49.63 76.57 86.29 -
YUV 176.4 157.68 5.03 -
System Red Green Blue C M Y K H S L
Decimal 4 254 229 0.98 0 0.10 0.00 174 0.99 0.51
Hex 4 FE E5 62 0 A 0 AE 63 33
Octal 4 376 345 142 0 12 0 256 143 63
Binary 100 11111110 11100101 1100010 0 1010 0 10101110 1100011 110011

Color Harmonies of #04FEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FEE5

Black with #04FEE5

Text Example


Text Example

White with #04FEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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