#04ECE3

Color #04ECE3 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #04ECE3

Tints of Bright Turquoise #04ECE3

Color information

#04ECE3 (or 0x04ECE3) is unknown color: approx Bright Turquoise. HEX triplet: 04, EC and E3. RGB value is (4,236,227). Sum of RGB (Red+Green+Blue) = 4+236+227=467 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #04ECE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04ECE3 is #FB131C. Grayscale: #A5A5A5. Windows color (decimal): -16454429 or 14937092. OLE color: 14937092.

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

Color convert

RGB4236227-
CMYK0.9800.040.07
HSL177.67º96.67%47.06%-
HSV(B)177.67º98.31%92.55%-
XYZ43.9165.5683.01-
YUV165.61162.6412.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.86%
GREEN value IS 236 (92.58% from 255) = 50.54%
BLUE value IS 227 (89.06% from 255) = 48.61%
R=0.86%
G=50.54%
B=48.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42362270.9800.040.07177.6796.6747.06
Hex4ECE362047b2612f
Octal435434314204726214157
Binary100111011001110001111000100100111101100101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04ECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04ECE3;
 }
 .AnyTagClassName
 {
   color: #04ECE3;
 }
</style>
background-color css

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

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

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

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

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

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