Html Css Color HEX #04EDF1 Bright Turquoise

📋 copy color: '#04EDF1'

red 4 ◦ green 237 ◦ blue 241

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

Shades of Bright Turquoise #04EDF1

Tints of Bright Turquoise #04EDF1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.17%

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

R = 0.83%
G = 49.17%
B = 50%

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

#04EDF1 (or 0x04EDF1) is known color: Bright Turquoise. HEX triplet: 04, ED and F1. RGB value is (4,237,241). Sum of RGB (Red+Green+Blue) = 4+237+241=482 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #04EDF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EDF1 is #FB120E. Grayscale: #A7A7A7. Windows color (decimal): -16454159 or 15854852. OLE color: 15854852.

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

Color convert

RGB 4 237 241 -
CMYK 0.98 0.02 0 0.05
HSL 181.01º 0.97% 0.48% -
HSV(B) 181.01º 0.98% 0.95% -
XYZ 46.21 66.95 93.71 -
YUV 167.79 169.31 11.17 -
System Red Green Blue C M Y K H S L
Decimal 4 237 241 0.98 0.02 0 0.05 181.01 0.97 0.48
Hex 4 ED F1 62 2 0 5 B5 61 30
Octal 4 355 361 142 2 0 5 265 141 60
Binary 100 11101101 11110001 1100010 10 0 101 10110101 1100001 110000

Color Harmonies of #04EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EDF1

Black with #04EDF1

Text Example


Text Example

White with #04EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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