Html Css Color HEX #11ECE2 Bright Turquoise

📋 copy color: '#11ECE2'

red 17 ◦ green 236 ◦ blue 226

#11ECE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #11ECE2

Tints of Bright Turquoise #11ECE2

RGB

 RED value IS 17 (7.03% from 255) = 3.55%

 GREEN value IS 236 (92.58% from 255) = 49.27%

 BLUE value IS 226 (88.67% from 255) = 47.18%

R = 3.55%
G = 49.27%
B = 47.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#11ECE2 (or 0x11ECE2) is known color: Bright Turquoise. HEX triplet: 11, EC and E2. RGB value is (17,236,226). Sum of RGB (Red+Green+Blue) = 17+236+226=479 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.55% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #11ECE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11ECE2 is #EE131D. Grayscale: #A9A9A9. Windows color (decimal): -15602462 or 14871569. OLE color: 14871569.

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

Color convert

RGB 17 236 226 -
CMYK 0.93 0 0.04 0.07
HSL 177.26º 0.87% 0.5% -
HSV(B) 177.26º 0.93% 0.93% -
XYZ 43.95 65.6 82.3 -
YUV 169.38 159.95 19.31 -
System Red Green Blue C M Y K H S L
Decimal 17 236 226 0.93 0 0.04 0.07 177.26 0.87 0.5
Hex 11 EC E2 5D 0 4 7 B1 57 32
Octal 21 354 342 135 0 4 7 261 127 62
Binary 10001 11101100 11100010 1011101 0 100 111 10110001 1010111 110010

Color Harmonies of #11ECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ECE2

Black with #11ECE2

Text Example


Text Example

White with #11ECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11ECE2;
 }
 .AnyTagClassName
 {
   color: #11ECE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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