#11EDC1

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

Shades of Bright Turquoise #11EDC1

Tints of Bright Turquoise #11EDC1

Color information

#11EDC1 (or 0x11EDC1) is unknown color: approx Bright Turquoise. HEX triplet: 11, ED and C1. RGB value is (17,237,193). Sum of RGB (Red+Green+Blue) = 17+237+193=447 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.80% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #11EDC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EDC1 is #EE123E. Grayscale: #A6A6A6. Windows color (decimal): -15602239 or 12709137. OLE color: 12709137.

HSL color Cylindrical-coordinate representation of color #11EDC1: hue angle of 168º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EDC1 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB17237193-
CMYK0.9300.190.07
HSL168º86.61%49.8%-
HSV(B)168º92.83%92.94%-
XYZ40.1464.5460.79-
YUV166.2143.1121.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.80%
GREEN value IS 237 (92.97% from 255) = 53.02%
BLUE value IS 193 (75.78% from 255) = 43.18%
R=3.80%
G=53.02%
B=43.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172371930.9300.190.0716886.6149.8
Hex11EDC15D0137a85732
Octal21355301135023725012762
Binary1000111101101110000011011101010011111101010001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11EDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,237,193); }

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

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

 a { background-color: rgb(17,237,193); }

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

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

 span { border-color: rgb(17,237,193); }

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