Html Css Color HEX #04EADD Bright Turquoise

📋 copy color: '#04EADD'

red 4 ◦ green 234 ◦ blue 221

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

Shades of Bright Turquoise #04EADD

Tints of Bright Turquoise #04EADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.98%

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

R = 0.87%
G = 50.98%
B = 48.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#04EADD (or 0x04EADD) is known color: Bright Turquoise. HEX triplet: 04, EA and DD. RGB value is (4,234,221). Sum of RGB (Red+Green+Blue) = 4+234+221=459 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #04EADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EADD is #FB1522. Grayscale: #A3A3A3. Windows color (decimal): -16454947 or 14543364. OLE color: 14543364.

HSL color Cylindrical-coordinate representation of color #04EADD: hue angle of 176.61º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EADD is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 234 221 -
CMYK 0.98 0 0.06 0.08
HSL 176.61º 0.97% 0.47% -
HSV(B) 176.61º 0.98% 0.92% -
XYZ 42.52 64.09 78.54 -
YUV 163.75 160.3 14.06 -
System Red Green Blue C M Y K H S L
Decimal 4 234 221 0.98 0 0.06 0.08 176.61 0.97 0.47
Hex 4 EA DD 62 0 6 8 B1 61 2F
Octal 4 352 335 142 0 6 10 261 141 57
Binary 100 11101010 11011101 1100010 0 110 1000 10110001 1100001 101111

Color Harmonies of #04EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EADD

Black with #04EADD

Text Example


Text Example

White with #04EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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