#03E8C2

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

Shades of Bright Turquoise #03E8C2

Tints of Bright Turquoise #03E8C2

Color information

#03E8C2 (or 0x03E8C2) is unknown color: approx Bright Turquoise. HEX triplet: 03, E8 and C2. RGB value is (3,232,194). Sum of RGB (Red+Green+Blue) = 3+232+194=429 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 429); Green value is 232 (91.02% from 255 or 54.08% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 232 - color contains mainly: green. Hex color #03E8C2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03E8C2 is #FC173D. Grayscale: #9F9F9F. Windows color (decimal): -16521022 or 12773379. OLE color: 12773379.

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

Color convert

RGB3232194-
CMYK0.9900.160.09
HSL170.04º97.45%46.08%-
HSV(B)170.04º98.71%90.98%-
XYZ38.6361.6360.9-
YUV159.2147.6316.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.70%
GREEN value IS 232 (91.02% from 255) = 54.08%
BLUE value IS 194 (76.17% from 255) = 45.22%
R=0.70%
G=54.08%
B=45.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal32321940.9900.160.09170.0497.4546.08
Hex3E8C2630109aa612e
Octal33503021430201125214156
Binary11111010001100001011000110100001001101010101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03E8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03E8C2; }

 p { color: rgb(3,232,194); }

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

<style>
 a { background-color: #03E8C2; }

 a { background-color: rgb(3,232,194); }

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

<style>
 span { border-color: #03E8C2; }

 span { border-color: rgb(3,232,194); }

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