Html Css Color HEX #04FEDD Bright Turquoise

📋 copy color: '#04FEDD'

red 4 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #04FEDD

Tints of Bright Turquoise #04FEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 0.84%
G = 53.03%
B = 46.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#04FEDD (or 0x04FEDD) is known color: Bright Turquoise. HEX triplet: 04, FE and DD. RGB value is (4,254,221). Sum of RGB (Red+Green+Blue) = 4+254+221=479 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #04FEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FEDD is #FB0122. Grayscale: #AFAFAF. Windows color (decimal): -16449827 or 14548484. OLE color: 14548484.

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

Color convert

RGB 4 254 221 -
CMYK 0.98 0 0.13 0.00
HSL 172.08º 0.99% 0.51% -
HSV(B) 172.08º 0.98% 1% -
XYZ 48.54 76.13 80.54 -
YUV 175.49 153.68 5.68 -
System Red Green Blue C M Y K H S L
Decimal 4 254 221 0.98 0 0.13 0.00 172.08 0.99 0.51
Hex 4 FE DD 62 0 D 0 AC 63 33
Octal 4 376 335 142 0 15 0 254 143 63
Binary 100 11111110 11011101 1100010 0 1101 0 10101100 1100011 110011

Color Harmonies of #04FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FEDD

Black with #04FEDD

Text Example


Text Example

White with #04FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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