#11E4E2

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

Shades of Bright Turquoise #11E4E2

Tints of Bright Turquoise #11E4E2

Color information

#11E4E2 (or 0x11E4E2) is unknown color: approx Bright Turquoise. HEX triplet: 11, E4 and E2. RGB value is (17,228,226). Sum of RGB (Red+Green+Blue) = 17+228+226=471 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.61% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 228 - color contains mainly: green. Hex color #11E4E2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E4E2 is #EE1B1D. Grayscale: #A4A4A4. Windows color (decimal): -15604510 or 14869521. OLE color: 14869521.

HSL color Cylindrical-coordinate representation of color #11E4E2: hue angle of 179.43º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E4E2 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB17228226-
CMYK0.9300.010.11
HSL179.43º86.12%48.04%-
HSV(B)179.43º92.54%89.41%-
XYZ41.761.181.55-
YUV164.68162.622.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.61%
GREEN value IS 228 (89.45% from 255) = 48.41%
BLUE value IS 226 (88.67% from 255) = 47.98%
R=3.61%
G=48.41%
B=47.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172282260.9300.010.11179.4386.1248.04
Hex11E4E25D01Bb35630
Octal21344342135011326312660
Binary1000111100100111000101011101011011101100111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11E4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11E4E2; }

 p { color: rgb(17,228,226); }

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

<style>
 a { background-color: #11E4E2; }

 a { background-color: rgb(17,228,226); }

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

<style>
 span { border-color: #11E4E2; }

 span { border-color: rgb(17,228,226); }

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