Html Css Color HEX #04FEE7 Bright Turquoise

📋 copy color: '#04FEE7'

red 4 ◦ green 254 ◦ blue 231

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

Shades of Bright Turquoise #04FEE7

Tints of Bright Turquoise #04FEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.24%

R = 0.82%
G = 51.94%
B = 47.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#04FEE7 (or 0x04FEE7) is known color: Bright Turquoise. HEX triplet: 04, FE and E7. RGB value is (4,254,231). Sum of RGB (Red+Green+Blue) = 4+254+231=489 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #04FEE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FEE7 is #FB0118. Grayscale: #B0B0B0. Windows color (decimal): -16449817 or 15203844. OLE color: 15203844.

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

Color convert

RGB 4 254 231 -
CMYK 0.98 0 0.09 0.00
HSL 174.48º 0.99% 0.51% -
HSV(B) 174.48º 0.98% 1% -
XYZ 49.92 76.68 87.77 -
YUV 176.63 158.68 4.87 -
System Red Green Blue C M Y K H S L
Decimal 4 254 231 0.98 0 0.09 0.00 174.48 0.99 0.51
Hex 4 FE E7 62 0 9 0 AE 63 33
Octal 4 376 347 142 0 11 0 256 143 63
Binary 100 11111110 11100111 1100010 0 1001 0 10101110 1100011 110011

Color Harmonies of #04FEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FEE7

Black with #04FEE7

Text Example


Text Example

White with #04FEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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