Html Css Color HEX #04FAE2 Bright Turquoise

📋 copy color: '#04FAE2'

red 4 ◦ green 250 ◦ blue 226

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

Shades of Bright Turquoise #04FAE2

Tints of Bright Turquoise #04FAE2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.08%

 BLUE value IS 226 (88.67% from 255) = 47.08%

R = 0.83%
G = 52.08%
B = 47.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#04FAE2 (or 0x04FAE2) is known color: Bright Turquoise. HEX triplet: 04, FA and E2. RGB value is (4,250,226). Sum of RGB (Red+Green+Blue) = 4+250+226=480 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #04FAE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FAE2 is #FB051D. Grayscale: #ADADAD. Windows color (decimal): -16450846 or 14875140. OLE color: 14875140.

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

Color convert

RGB 4 250 226 -
CMYK 0.98 0 0.10 0.02
HSL 174.15º 0.97% 0.5% -
HSV(B) 174.15º 0.98% 0.98% -
XYZ 47.96 73.89 83.69 -
YUV 173.71 157.5 6.95 -
System Red Green Blue C M Y K H S L
Decimal 4 250 226 0.98 0 0.10 0.02 174.15 0.97 0.5
Hex 4 FA E2 62 0 A 2 AE 61 32
Octal 4 372 342 142 0 12 2 256 141 62
Binary 100 11111010 11100010 1100010 0 1010 10 10101110 1100001 110010

Color Harmonies of #04FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FAE2

Black with #04FAE2

Text Example


Text Example

White with #04FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,250,226); }

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

background-color css

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

 a { background-color: rgb(4,250,226); }

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

border-color css

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

 span { border-color: rgb(4,250,226); }

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