Html Css Color HEX #04E9BC Bright Turquoise

📋 copy color: '#04E9BC'

red 4 ◦ green 233 ◦ blue 188

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

Shades of Bright Turquoise #04E9BC

Tints of Bright Turquoise #04E9BC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 54.82%

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 0.94%
G = 54.82%
B = 44.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#04E9BC (or 0x04E9BC) is known color: Bright Turquoise. HEX triplet: 04, E9 and BC. RGB value is (4,233,188). Sum of RGB (Red+Green+Blue) = 4+233+188=425 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #04E9BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04E9BC is #FB1643. Grayscale: #9F9F9F. Windows color (decimal): -16455236 or 12380420. OLE color: 12380420.

HSL color Cylindrical-coordinate representation of color #04E9BC: hue angle of 168.21º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E9BC is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 4 233 188 -
CMYK 0.98 0 0.19 0.09
HSL 168.21º 0.97% 0.46% -
HSV(B) 168.21º 0.98% 0.91% -
XYZ 38.27 61.93 57.51 -
YUV 159.4 144.13 17.16 -
System Red Green Blue C M Y K H S L
Decimal 4 233 188 0.98 0 0.19 0.09 168.21 0.97 0.46
Hex 4 E9 BC 62 0 13 9 A8 61 2E
Octal 4 351 274 142 0 23 11 250 141 56
Binary 100 11101001 10111100 1100010 0 10011 1001 10101000 1100001 101110

Color Harmonies of #04E9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E9BC

Black with #04E9BC

Text Example


Text Example

White with #04E9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,233,188); }

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

background-color css

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

 a { background-color: rgb(4,233,188); }

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

border-color css

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

 span { border-color: rgb(4,233,188); }

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