Html Css Color HEX #11ECBF Bright Turquoise

📋 copy color: '#11ECBF'

red 17 ◦ green 236 ◦ blue 191

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

Shades of Bright Turquoise #11ECBF

Tints of Bright Turquoise #11ECBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.02%

R = 3.83%
G = 53.15%
B = 43.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#11ECBF (or 0x11ECBF) is known color: Bright Turquoise. HEX triplet: 11, EC and BF. RGB value is (17,236,191). Sum of RGB (Red+Green+Blue) = 17+236+191=444 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.83% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #11ECBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11ECBF is #EE1340. Grayscale: #A5A5A5. Windows color (decimal): -15602497 or 12577809. OLE color: 12577809.

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

Color convert

RGB 17 236 191 -
CMYK 0.93 0 0.19 0.07
HSL 167.67º 0.87% 0.5% -
HSV(B) 167.67º 0.93% 0.93% -
XYZ 39.63 63.87 59.53 -
YUV 165.39 142.45 22.16 -
System Red Green Blue C M Y K H S L
Decimal 17 236 191 0.93 0 0.19 0.07 167.67 0.87 0.5
Hex 11 EC BF 5D 0 13 7 A8 57 32
Octal 21 354 277 135 0 23 7 250 127 62
Binary 10001 11101100 10111111 1011101 0 10011 111 10101000 1010111 110010

Color Harmonies of #11ECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ECBF

Black with #11ECBF

Text Example


Text Example

White with #11ECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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