Html Css Color HEX #04ECEA Bright Turquoise

📋 copy color: '#04ECEA'

red 4 ◦ green 236 ◦ blue 234

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

Shades of Bright Turquoise #04ECEA

Tints of Bright Turquoise #04ECEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 0.84%
G = 49.79%
B = 49.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#04ECEA (or 0x04ECEA) is known color: Bright Turquoise. HEX triplet: 04, EC and EA. RGB value is (4,236,234). Sum of RGB (Red+Green+Blue) = 4+236+234=474 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #04ECEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04ECEA is #FB1315. Grayscale: #A6A6A6. Windows color (decimal): -16454422 or 15395844. OLE color: 15395844.

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

Color convert

RGB 4 236 234 -
CMYK 0.98 0 0.01 0.07
HSL 179.48º 0.97% 0.47% -
HSV(B) 179.48º 0.98% 0.93% -
XYZ 44.9 65.96 88.21 -
YUV 166.4 166.14 12.16 -
System Red Green Blue C M Y K H S L
Decimal 4 236 234 0.98 0 0.01 0.07 179.48 0.97 0.47
Hex 4 EC EA 62 0 1 7 B3 61 2F
Octal 4 354 352 142 0 1 7 263 141 57
Binary 100 11101100 11101010 1100010 0 1 111 10110011 1100001 101111

Color Harmonies of #04ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ECEA

Black with #04ECEA

Text Example


Text Example

White with #04ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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