Html Css Color HEX #04F9E5 Bright Turquoise

📋 copy color: '#04F9E5'

red 4 ◦ green 249 ◦ blue 229

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

Shades of Bright Turquoise #04F9E5

Tints of Bright Turquoise #04F9E5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.66%

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

R = 0.83%
G = 51.66%
B = 47.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#04F9E5 (or 0x04F9E5) is known color: Bright Turquoise. HEX triplet: 04, F9 and E5. RGB value is (4,249,229). Sum of RGB (Red+Green+Blue) = 4+249+229=482 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #04F9E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F9E5 is #FB061A. Grayscale: #ADADAD. Windows color (decimal): -16451099 or 15071492. OLE color: 15071492.

HSL color Cylindrical-coordinate representation of color #04F9E5: hue angle of 175.1º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F9E5 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 249 229 -
CMYK 0.98 0 0.08 0.02
HSL 175.1º 0.97% 0.5% -
HSV(B) 175.1º 0.98% 0.98% -
XYZ 48.07 73.43 85.77 -
YUV 173.47 159.33 7.13 -
System Red Green Blue C M Y K H S L
Decimal 4 249 229 0.98 0 0.08 0.02 175.1 0.97 0.5
Hex 4 F9 E5 62 0 8 2 AF 61 32
Octal 4 371 345 142 0 10 2 257 141 62
Binary 100 11111001 11100101 1100010 0 1000 10 10101111 1100001 110010

Color Harmonies of #04F9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F9E5

Black with #04F9E5

Text Example


Text Example

White with #04F9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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