Html Css Color HEX #04FCE2 Bright Turquoise

📋 copy color: '#04FCE2'

red 4 ◦ green 252 ◦ blue 226

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

Shades of Bright Turquoise #04FCE2

Tints of Bright Turquoise #04FCE2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.28%

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

R = 0.83%
G = 52.28%
B = 46.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#04FCE2 (or 0x04FCE2) is known color: Bright Turquoise. HEX triplet: 04, FC and E2. RGB value is (4,252,226). Sum of RGB (Red+Green+Blue) = 4+252+226=482 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FCE2 is #FB031D. Grayscale: #AEAEAE. Windows color (decimal): -16450334 or 14875652. OLE color: 14875652.

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

Color convert

RGB 4 252 226 -
CMYK 0.98 0 0.10 0.01
HSL 173.71º 0.98% 0.5% -
HSV(B) 173.71º 0.98% 0.99% -
XYZ 48.59 75.14 83.89 -
YUV 174.88 156.84 6.11 -
System Red Green Blue C M Y K H S L
Decimal 4 252 226 0.98 0 0.10 0.01 173.71 0.98 0.5
Hex 4 FC E2 62 0 A 1 AE 62 32
Octal 4 374 342 142 0 12 1 256 142 62
Binary 100 11111100 11100010 1100010 0 1010 1 10101110 1100010 110010

Color Harmonies of #04FCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FCE2

Black with #04FCE2

Text Example


Text Example

White with #04FCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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