Html Css Color HEX #04FEE3 Bright Turquoise

📋 copy color: '#04FEE3'

red 4 ◦ green 254 ◦ blue 227

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

Shades of Bright Turquoise #04FEE3

Tints of Bright Turquoise #04FEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.8%

R = 0.82%
G = 52.37%
B = 46.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#04FEE3 (or 0x04FEE3) is known color: Bright Turquoise. HEX triplet: 04, FE and E3. RGB value is (4,254,227). Sum of RGB (Red+Green+Blue) = 4+254+227=485 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #04FEE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FEE3 is #FB011C. Grayscale: #B0B0B0. Windows color (decimal): -16449821 or 14941700. OLE color: 14941700.

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

Color convert

RGB 4 254 227 -
CMYK 0.98 0 0.11 0.00
HSL 173.52º 0.99% 0.51% -
HSV(B) 173.52º 0.98% 1% -
XYZ 49.36 76.46 84.83 -
YUV 176.17 156.68 5.2 -
System Red Green Blue C M Y K H S L
Decimal 4 254 227 0.98 0 0.11 0.00 173.52 0.99 0.51
Hex 4 FE E3 62 0 B 0 AE 63 33
Octal 4 376 343 142 0 13 0 256 143 63
Binary 100 11111110 11100011 1100010 0 1011 0 10101110 1100011 110011

Color Harmonies of #04FEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FEE3

Black with #04FEE3

Text Example


Text Example

White with #04FEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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