Html Css Color HEX #04F5E5 Bright Turquoise

📋 copy color: '#04F5E5'

red 4 ◦ green 245 ◦ blue 229

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

Shades of Bright Turquoise #04F5E5

Tints of Bright Turquoise #04F5E5

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.26%

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

R = 0.84%
G = 51.26%
B = 47.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#04F5E5 (or 0x04F5E5) is known color: Bright Turquoise. HEX triplet: 04, F5 and E5. RGB value is (4,245,229). Sum of RGB (Red+Green+Blue) = 4+245+229=478 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 478); Green value is 245 (96.09% from 255 or 51.26% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 245 - color contains mainly: green. Hex color #04F5E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F5E5 is #FB0A1A. Grayscale: #AAAAAA. Windows color (decimal): -16452123 or 15070468. OLE color: 15070468.

HSL color Cylindrical-coordinate representation of color #04F5E5: hue angle of 176.02º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F5E5 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 4 245 229 -
CMYK 0.98 0 0.07 0.04
HSL 176.02º 0.97% 0.49% -
HSV(B) 176.02º 0.98% 0.96% -
XYZ 46.85 70.99 85.36 -
YUV 171.12 160.66 8.8 -
System Red Green Blue C M Y K H S L
Decimal 4 245 229 0.98 0 0.07 0.04 176.02 0.97 0.49
Hex 4 F5 E5 62 0 7 4 B0 61 31
Octal 4 365 345 142 0 7 4 260 141 61
Binary 100 11110101 11100101 1100010 0 111 100 10110000 1100001 110001

Color Harmonies of #04F5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F5E5

Black with #04F5E5

Text Example


Text Example

White with #04F5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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