Html Css Color HEX #04FFE7 Bright Turquoise

📋 copy color: '#04FFE7'

red 4 ◦ green 255 ◦ blue 231

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

Shades of Bright Turquoise #04FFE7

Tints of Bright Turquoise #04FFE7

RGB

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

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

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

R = 0.82%
G = 52.04%
B = 47.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#04FFE7 (or 0x04FFE7) is known color: Bright Turquoise. HEX triplet: 04, FF and E7. RGB value is (4,255,231). Sum of RGB (Red+Green+Blue) = 4+255+231=490 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FFE7 is #FB0018. Grayscale: #B1B1B1. Windows color (decimal): -16449561 or 15204100. OLE color: 15204100.

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

Color convert

RGB 4 255 231 -
CMYK 0.98 0 0.09 0
HSL 174.26º 1% 0.51% -
HSV(B) 174.26º 0.98% 1% -
XYZ 50.23 77.32 87.88 -
YUV 177.22 158.34 4.45 -
System Red Green Blue C M Y K H S L
Decimal 4 255 231 0.98 0 0.09 0 174.26 1 0.51
Hex 4 FF E7 62 0 9 0 AE 64 33
Octal 4 377 347 142 0 11 0 256 144 63
Binary 100 11111111 11100111 1100010 0 1001 0 10101110 1100100 110011

Color Harmonies of #04FFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFE7

Black with #04FFE7

Text Example


Text Example

White with #04FFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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