Html Css Color HEX #11ECBC Bright Turquoise

📋 copy color: '#11ECBC'

red 17 ◦ green 236 ◦ blue 188

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

Shades of Bright Turquoise #11ECBC

Tints of Bright Turquoise #11ECBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 3.85%
G = 53.51%
B = 42.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#11ECBC (or 0x11ECBC) is known color: Bright Turquoise. HEX triplet: 11, EC and BC. RGB value is (17,236,188). Sum of RGB (Red+Green+Blue) = 17+236+188=441 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #11ECBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11ECBC is #EE1343. Grayscale: #A5A5A5. Windows color (decimal): -15602500 or 12381201. OLE color: 12381201.

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

Color convert

RGB 17 236 188 -
CMYK 0.93 0 0.20 0.07
HSL 166.85º 0.87% 0.5% -
HSV(B) 166.85º 0.93% 0.93% -
XYZ 39.3 63.74 57.81 -
YUV 165.05 140.95 22.4 -
System Red Green Blue C M Y K H S L
Decimal 17 236 188 0.93 0 0.20 0.07 166.85 0.87 0.5
Hex 11 EC BC 5D 0 14 7 A7 57 32
Octal 21 354 274 135 0 24 7 247 127 62
Binary 10001 11101100 10111100 1011101 0 10100 111 10100111 1010111 110010

Color Harmonies of #11ECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ECBC

Black with #11ECBC

Text Example


Text Example

White with #11ECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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