Html Css Color HEX #04ECF1 Bright Turquoise

📋 copy color: '#04ECF1'

red 4 ◦ green 236 ◦ blue 241

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

Shades of Bright Turquoise #04ECF1

Tints of Bright Turquoise #04ECF1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.06%

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 0.83%
G = 49.06%
B = 50.1%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#04ECF1 (or 0x04ECF1) is known color: Bright Turquoise. HEX triplet: 04, EC and F1. RGB value is (4,236,241). Sum of RGB (Red+Green+Blue) = 4+236+241=481 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #04ECF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04ECF1 is #FB130E. Grayscale: #A6A6A6. Windows color (decimal): -16454415 or 15854596. OLE color: 15854596.

HSL color Cylindrical-coordinate representation of color #04ECF1: hue angle of 181.27º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ECF1 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 236 241 -
CMYK 0.98 0.02 0 0.05
HSL 181.27º 0.97% 0.48% -
HSV(B) 181.27º 0.98% 0.95% -
XYZ 45.92 66.37 93.61 -
YUV 167.2 169.64 11.59 -
System Red Green Blue C M Y K H S L
Decimal 4 236 241 0.98 0.02 0 0.05 181.27 0.97 0.48
Hex 4 EC F1 62 2 0 5 B5 61 30
Octal 4 354 361 142 2 0 5 265 141 60
Binary 100 11101100 11110001 1100010 10 0 101 10110101 1100001 110000

Color Harmonies of #04ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ECF1

Black with #04ECF1

Text Example


Text Example

White with #04ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,236,241); }

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

background-color css

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

 a { background-color: rgb(4,236,241); }

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

border-color css

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

 span { border-color: rgb(4,236,241); }

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