Html Css Color HEX #04FCE5 Bright Turquoise

📋 copy color: '#04FCE5'

red 4 ◦ green 252 ◦ blue 229

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

Shades of Bright Turquoise #04FCE5

Tints of Bright Turquoise #04FCE5

RGB

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

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

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

R = 0.82%
G = 51.96%
B = 47.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#04FCE5 (or 0x04FCE5) is known color: Bright Turquoise. HEX triplet: 04, FC and E5. RGB value is (4,252,229). Sum of RGB (Red+Green+Blue) = 4+252+229=485 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FCE5 is #FB031A. Grayscale: #AFAFAF. Windows color (decimal): -16450331 or 15072260. OLE color: 15072260.

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

Color convert

RGB 4 252 229 -
CMYK 0.98 0 0.09 0.01
HSL 174.44º 0.98% 0.5% -
HSV(B) 174.44º 0.98% 0.99% -
XYZ 49 75.3 86.08 -
YUV 175.23 158.34 5.87 -
System Red Green Blue C M Y K H S L
Decimal 4 252 229 0.98 0 0.09 0.01 174.44 0.98 0.5
Hex 4 FC E5 62 0 9 1 AE 62 32
Octal 4 374 345 142 0 11 1 256 142 62
Binary 100 11111100 11100101 1100010 0 1001 1 10101110 1100010 110010

Color Harmonies of #04FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FCE5

Black with #04FCE5

Text Example


Text Example

White with #04FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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