#11edcb

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

Shades of Bright Turquoise #11EDCB

Tints of Bright Turquoise #11EDCB

Color information

#11EDCB (or 0x11EDCB) is unknown color: approx Bright Turquoise. HEX triplet: 11, ED and CB. RGB value is (17,237,203). Sum of RGB (Red+Green+Blue) = 17+237+203=457 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.72% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #11EDCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EDCB is #EE1234. Grayscale: #A7A7A7. Windows color (decimal): -15602229 or 13364497. OLE color: 13364497.

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

Color convert

RGB17237203-
CMYK0.9300.140.07
HSL170.73º86.61%49.8%-
HSV(B)170.73º92.83%92.94%-
XYZ41.296566.87-
YUV167.34148.1120.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.72%
GREEN value IS 237 (92.97% from 255) = 51.86%
BLUE value IS 203 (79.69% from 255) = 44.42%
R=3.72%
G=51.86%
B=44.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172372030.9300.140.07170.7386.6149.8
Hex11EDCB5D0E7ab5732
Octal21355313135016725312762
Binary100011110110111001011101110101110111101010111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11edcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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