#04E3EC

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

Shades of Bright Turquoise #04E3EC

Tints of Bright Turquoise #04E3EC

Color information

#04E3EC (or 0x04E3EC) is unknown color: approx Bright Turquoise. HEX triplet: 04, E3 and EC. RGB value is (4,227,236). Sum of RGB (Red+Green+Blue) = 4+227+236=467 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #04E3EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04E3EC is #FB1C13. Grayscale: #A1A1A1. Windows color (decimal): -16456724 or 15524612. OLE color: 15524612.

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

Color convert

RGB4227236-
CMYK0.980.0400.07
HSL182.33º96.67%47.06%-
HSV(B)182.33º98.31%92.55%-
XYZ42.6661.0288.89-
YUV161.35170.1215.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42272360.980.0400.07182.3396.6747.06
Hex4E3EC62407b6612f
Octal434335414240726614157
Binary100111000111110110011000101000111101101101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04E3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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