Html Css Color HEX #04E9EC Bright Turquoise

📋 copy color: '#04E9EC'

red 4 ◦ green 233 ◦ blue 236

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

Shades of Bright Turquoise #04E9EC

Tints of Bright Turquoise #04E9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 0.85%
G = 49.26%
B = 49.89%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04E9EC (or 0x04E9EC) is known color: Bright Turquoise. HEX triplet: 04, E9 and EC. RGB value is (4,233,236). Sum of RGB (Red+Green+Blue) = 4+233+236=473 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #04E9EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04E9EC is #FB1613. Grayscale: #A4A4A4. Windows color (decimal): -16455188 or 15526148. OLE color: 15526148.

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

Color convert

RGB 4 233 236 -
CMYK 0.98 0.01 0 0.07
HSL 180.78º 0.97% 0.47% -
HSV(B) 180.78º 0.98% 0.93% -
XYZ 44.33 64.36 89.44 -
YUV 164.87 168.13 13.26 -
System Red Green Blue C M Y K H S L
Decimal 4 233 236 0.98 0.01 0 0.07 180.78 0.97 0.47
Hex 4 E9 EC 62 1 0 7 B5 61 2F
Octal 4 351 354 142 1 0 7 265 141 57
Binary 100 11101001 11101100 1100010 1 0 111 10110101 1100001 101111

Color Harmonies of #04E9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E9EC

Black with #04E9EC

Text Example


Text Example

White with #04E9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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