Html Css Color HEX #04EEC7 Bright Turquoise

📋 copy color: '#04EEC7'

red 4 ◦ green 238 ◦ blue 199

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

Shades of Bright Turquoise #04EEC7

Tints of Bright Turquoise #04EEC7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.97%

 BLUE value IS 199 (78.13% from 255) = 45.12%

R = 0.91%
G = 53.97%
B = 45.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#04EEC7 (or 0x04EEC7) is known color: Bright Turquoise. HEX triplet: 04, EE and C7. RGB value is (4,238,199). Sum of RGB (Red+Green+Blue) = 4+238+199=441 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 441); Green value is 238 (93.36% from 255 or 53.97% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 238 - color contains mainly: green. Hex color #04EEC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EEC7 is #FB1138. Grayscale: #A3A3A3. Windows color (decimal): -16453945 or 13102596. OLE color: 13102596.

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

Color convert

RGB 4 238 199 -
CMYK 0.98 0 0.16 0.07
HSL 170º 0.97% 0.47% -
HSV(B) 170º 0.98% 0.93% -
XYZ 40.93 65.3 64.48 -
YUV 163.59 147.98 14.17 -
System Red Green Blue C M Y K H S L
Decimal 4 238 199 0.98 0 0.16 0.07 170 0.97 0.47
Hex 4 EE C7 62 0 10 7 AA 61 2F
Octal 4 356 307 142 0 20 7 252 141 57
Binary 100 11101110 11000111 1100010 0 10000 111 10101010 1100001 101111

Color Harmonies of #04EEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EEC7

Black with #04EEC7

Text Example


Text Example

White with #04EEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,238,199); }

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

background-color css

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

 a { background-color: rgb(4,238,199); }

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

border-color css

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

 span { border-color: rgb(4,238,199); }

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